Skip to content

Commit

Permalink
Macvendors script
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jan 27, 2020
1 parent 15afa69 commit 7d27d19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions legion-dev.conf
Expand Up @@ -33,6 +33,7 @@ nmap-script-Vulners=Run nmap script - Vulners, "nmap -sV --script=./scripts/nmap
nmap-udp-1000=Run nmap (top 1000 quick UDP), "nmap -n -Pn -sU --min-rate=1000 -vvvvv [IP] -oA \"[OUTPUT]\""
python-script-CrashMe=Run CrashMe python scripy, python3 ./scripts/python/dummy.py
python-script-PyShodan=Run PyShodan python script, /bin/echo PythonScript pyShodan
python-script-macvendors=Run macvendors python script, /bin/echo PythonScript macvendors
unicornscan-full-udp=Run unicornscan (full UDP), unicornscan -mU -Ir 1000 [IP]:a -v

[PortActions]
Expand Down
1 change: 1 addition & 0 deletions legion.conf
Expand Up @@ -32,6 +32,7 @@ nmap-full-udp=Run nmap (full UDP), nmap -n -Pn -sU -p- -T4 -vvvvv [IP] -oA \"[OU
nmap-script-Vulners=Run nmap script - Vulners, "nmap -sV --script=./scripts/nmap/vulners.nse -vvvv [IP] -oA \"[OUTPUT]\""
nmap-udp-1000=Run nmap (top 1000 quick UDP), "nmap -n -Pn -sU --min-rate=1000 -vvvvv [IP] -oA \"[OUTPUT]\""
python-script-PyShodan=Run PyShodan python script, /bin/echo PythonScript pyShodan
python-script-macvendors=Run macvendors python script, /bin/echo PythonScript macvendors
unicornscan-full-udp=Run unicornscan (full UDP), unicornscan -mU -Ir 1000 [IP]:a -v

[PortActions]
Expand Down

0 comments on commit 7d27d19

Please sign in to comment.