File tree Expand file tree Collapse file tree 11 files changed +12
-663
lines changed
Expand file tree Collapse file tree 11 files changed +12
-663
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ icmpsh is a simple reverse ICMP shell with a win32 slave and a POSIX compatible
88The master is straight forward to use. There are no extra libraries required for the C version.
99The Perl master however has the following dependencies:
1010
11- * IO::Socket
12- * NetPacket::IP
13- * NetPacket::ICMP
11+ * IO::Socket
12+ * NetPacket::IP
13+ * NetPacket::ICMP
1414
1515
1616When running the master, don't forget to disable ICMP replies by the OS. For example:
1717
18- sysctl -w net.ipv4.icmp_echo_ignore_all=1
18+ sysctl -w net.ipv4.icmp_echo_ignore_all=1
1919
2020If you miss doing that, you will receive information from the slave, but the slave is unlikely to receive
2121commands send from the master.
@@ -29,12 +29,12 @@ The slave comes with a few command line options as outlined below:
2929-t host host ip address to send ping requests to. This option is mandatory!
3030
3131-r send a single test icmp request containing the string "Test1234" and then quit.
32- This is for testing the connection.
32+ This is for testing the connection.
3333
3434-d milliseconds delay between requests in milliseconds
3535
3636-o milliseconds timeout of responses in milliseconds. If a response has not received in time,
37- the slave will increase a counter of blanks. If that counter reaches a limit, the slave will quit.
37+ the slave will increase a counter of blanks. If that counter reaches a limit, the slave will quit.
3838 The counter is set back to 0 if a response was received.
3939
4040-b num limit of blanks (unanswered icmp requests before quitting
Original file line number Diff line number Diff line change 11Files in this folder can be used to compile auxiliary program that can
22be used for running command prompt commands skipping standard "cmd /c" way.
3- They are licensed under the terms of the GNU Lesser General Public License
4- and it's compiled version is available on the official sqlmap subversion
5- repository[1].
6-
7- [1] https://svn.sqlmap.org/sqlmap/trunk/sqlmap/shell/runcmd.exe_
3+ They are licensed under the terms of the GNU Lesser General Public License.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ Binary files in this folder are data files used by sqlmap on the target
2+ system, but not executed on the system running sqlmap. They are licensed
3+ under the terms of the GNU Lesser General Public License and their source
4+ code is available on https://github.com/inquisb/shellcodeexec.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments