Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
SYNful knock Cisco implant scanning tools
Browse files Browse the repository at this point in the history
There are two main tools included in the repository.  One is an nmap NSE
script and the other is a python script.

Feel free to email us at synfulknock [at] fireeye.com if you run into
issues or want to contribute to the tool development.
  • Loading branch information
TonyLeeVT committed Sep 16, 2015
0 parents commit 0bc9bef
Show file tree
Hide file tree
Showing 5 changed files with 1,708 additions and 0 deletions.
27 changes: 27 additions & 0 deletions NSE/NSE-README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# REQUIREMENTS #
� Nmap v6.47 or higher (also tested with v6.49)
� Modified nselib (included)



# Setup #
Place the .nse file here:
/usr/share/nmap/scripts/

Place the packet2.lua file here:
/usr/share/nmap/nselib/



# Example usage #
nmap -sS -PN -n -T4 -p 80 --script=�SYNfulKnock� 10.1.1.1/24

FLAG EXPLANATION:
-sS = SYN scan
-PN = Don�t perform host discovery
-n = Don�t perform name resolution
-T4 = Throttle to speed 4
-p = port number
--script = script to execute
optional: --scriptargs=�reportclean=1� Shows the seq and ack for clean
devices too
Loading

0 comments on commit 0bc9bef

Please sign in to comment.