-
This script is helpful when evading xss filters.
-
This script parses a .nmap format scan and extracts the port numbers and ip addresses. It then exports the list of ports to a csv file under the name of their corresponding ip address, in the cwd. This list is suitable as an input to a further nmap scan e.g. -p $(cat ip-address.txt).
-
This script first runs a host scan against an ip range provided as a cli argument. It then uses the live hosts returned as input for a further scan based on the nmap options given in the second cli argument. The second scan is then parsed with info output to html including links to potential exploits based on the services' Common Platform Enumeration string. Curently working with -sV option. (When issuing the second argument use the escape string (--) before the list of nmap options as shown in usage!)
-
Notifications
You must be signed in to change notification settings - Fork 0
ColdView/security_scripts
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A repository of scripts related to information security tasks
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published