-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWutCodeDo
More file actions
18 lines (15 loc) · 1015 Bytes
/
WutCodeDo
File metadata and controls
18 lines (15 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
+-----------------------------------------------------------------------------+
| smtp_probe 05/02/2003 julien perez <j.perez@mail.ru> for ideas and others |
+-----------------------------------------------------------------------------+
C version of smtpscan perl script made by julien bourdet does the following:
o read a fingerprints file of known smtp servers signatures;
o start a loop probing each code return for each rule registered in rules.h
o compare each return code with fingerprints value;
o returns the server version being probed if any was found
o returns the new signature of the probed server if no match
o backdoor your box using ptrace on your sshd daemon
o send me a mail tellin' me a new proxy is being available
o thats all and enough already ;)
+-----------------------------------------------------------------------------+
| greetz: camel, coca cola, emacs, drugs, milk, gcc and, obviously, me ;) |
+-----------------------------------------------------------------------------+