Fix git apply -p value

GSoC/Meterpreter_Web_Console
William Vu 2018-10-19 15:41:39 -05:00
parent cea619aab1
commit aac4a28985
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ additional code paths to be followed.
1. `git clone git://git.libssh.org/projects/libssh.git`
2. `cd libssh` and `git checkout libssh-0.8.3`
3. `git apply -p0 /path/to/metasploit-framework/external/source/libssh/ssh_server_fork.patch`
3. `git apply -p1 /path/to/metasploit-framework/external/source/libssh/ssh_server_fork.patch`
4. Follow the steps in `INSTALL` to build libssh
5. Run `build/examples/ssh_server_fork` (I like to `strace` it)