Skip to content

Commit 224e637

Browse files
committed
cleanup to README files
1 parent 7198e31 commit 224e637

File tree

11 files changed

+12
-663
lines changed

11 files changed

+12
-663
lines changed

extra/icmpsh/README.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ icmpsh is a simple reverse ICMP shell with a win32 slave and a POSIX compatible
88
The master is straight forward to use. There are no extra libraries required for the C version.
99
The 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

1616
When 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

2020
If you miss doing that, you will receive information from the slave, but the slave is unlikely to receive
2121
commands 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

extra/runcmd/README.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
Files in this folder can be used to compile auxiliary program that can
22
be 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.

extra/shellcodeexec/README

Lines changed: 0 additions & 126 deletions
This file was deleted.

extra/shellcodeexec/README.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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.

extra/shellcodeexec/linux/Makefile

Lines changed: 0 additions & 7 deletions
This file was deleted.

extra/shellcodeexec/linux/shellcodeexec.c

Lines changed: 0 additions & 138 deletions
This file was deleted.

extra/shellcodeexec/windows/README

Lines changed: 0 additions & 25 deletions
This file was deleted.

extra/shellcodeexec/windows/shellcodeexec.sln

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)