Skip to content

jakedmurphy1/peekaboo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Peekaboo

Peekaboo is a Python script that screenshots every service running on port 80 and 443, taking Nmap XML as input. It's a simple and quick alternative to other similar tools. In the HTML results file, the images can be clicked to open the service in a new tab.

Setup

Ensure Google Chrome is Downloaded

sudo apt update
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb

Install Requirements

python3 -m pip install -r requirements.txt

Usage

Peekaboo takes Nmap XML as input, so first run an Nmap scan and use '-oX' to create the XML file.

nmap 10.10.200.12 -oX nmap_results.xml

Then pass the resulting xml file to Peekaboo

python3 peekaboo.py nmap_results.xml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages