| Name | Category | Description |
| selfmod.cpp |
binary |
cross platform self modifying binary PoC |
| caesar-cipher.pl |
cryptography |
Illustrates the use of Caesar Cipher as well as common approaches of breaking it. |
| synflood.pl |
dos |
Simple SYN Flooder |
| geoip2kml.pl |
geoip |
This script will convert GeoIP data obtained from maxmind
to Google Earth's KML format for easy viewing. It also
supports filters to narrow down interesting areas. |
| opte2kml.pl |
geoip |
This script will convert Opte Project database of
internet paths and backbones to Google Earth KML format. |
| tcpscan.htcl |
hping |
TCP and ACK Scanner using hping3 |
| backdoor.htcl |
hping |
This hping3 based script will respond to packets containing a
"secret" keyword and attempt to execute whatever commands that
follow (if you send secretls ls will be executed). It will also
respond with a TCP RST packet containing full command output. |
| cover-send.htcl |
hping |
Covert channel sender for hping3. Sends ASCII characters as ip proto ids
|
| covert-receive.htcl |
hping |
Covert channel receiver for hping3. Receives and decodes ascii characters as ip proto ids
|
| ipscan.htcl |
hping3 |
ip proto scanner for hping3 |
| orapass.py |
oracle |
Implements Oracle's password hashing algorithm |
| seat-0.2.tar.bz2 |
search engines |
SEAT (Search Engine Assessment Tool) is the next generation information digging application geared toward the needs of security professionals. SEAT uses information stored in search engine databases, cache repositories, and other public resources to scan a site for potential vulnerabilities. It's multi-threaded, multi-database, and multi-search-engine capabilities permit easy navigation through vast amounts of information with a goal of system security assessment. |
| tor-nodes.py |
tor |
Prints a list of IP addresses belonging to tor nodes by quering TOR client. For this script to work you must have TorCtl.py in the current directory and enable tor control port. |
| tor-autocircuit.tar.bz2 |
tor |
automatically creates circuits and attaches streams
according to predefined rules such as circuit geolocation,
path length, etc.
Note: enable tor config port 9051 by editing torrc file or starting tor
with --torcontrol 9051 command line parameter |
| airoscapy.py |
wireless |
Wireless AP scanner based on scapy |