Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Nmap-scripts — A collection of nmap scripts I've written | Kitploit
Tools/GitHubGitHub/raikia/nmap-scripts
Network MappingInformation GatheringWeb SecurityPenetration Testing
GitHubraikia/nmap-scripts

Nmap-scripts

A collection of nmap scripts I've written

View Repository
231010 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Nmap Scripts

raikia-screenshot.nse

This nmap script will take a screenshot of http[s]://ip:port, as well as http[s]://hostname:port AND https://sslcert_name:port. This differs from other screenshot nmap utilities because it will allow javascript execution, and it will have a timeout on the screenshot request, so the scan won't hang.

All screenshots will be stored in a subfolder named "screenshots"

Designed for Kali 2.0

Requirements:

  • wkimagetopdf (apt-get install wkimagetopdf)

Example Usage:

root@kitploit:~
 nmap --script=raikia-screenshot.nse -p 80,443,8080,8443 -iL target_list.txt

Contact Information

Feel free to contact me with any changes or feature requests!

  • https://twitter.com/raikiasec
  • [email protected]
Download Tool