Skip to content

sezoom/Jasper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JASPER

Jasper is simplified network probing toolkit that built on top of scapy library. The toolkit support the following functionalities:

  • Probe
  • Scan
  • Analysis
  • Attack under developments
  • Modules under developments

mainmenue

installing pre-requests:

pip3 install --pre scapy[complete]
pip3 install pyfiglet termcolor  prettytable  keyboard PyQt5 pandas numpy

To run the application:

sudo python3 -E jasper.py

Examples:

Listing all hosts in the network.

listingHosts

Acquiring information about certain IP address or domain name.

dnsresolve

To scan the ip for open ports, either choosing the available online hosts in the network or entering specific IP address

portscan

Showing the traceroute path to reach specific IP address on map

geolocation

About

Simple Toolkit for Network Probing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages