Skip to main content

Automated LAN scanner based on masscan and nmap

Project description

Gummy

                                              _     _   
       _____ _    _ __  __ __  ____     __   (c).-.(c)  
      / ____| |  | |  \/  |  \/  \ \   / /    / ._. \   
     | |  __| |  | | \  / | \  / |\ \_/ /   __\( Y )/__ 
     | | |_ | |  | | |\/| | |\/| | \   /   (_.-/'-'\-._)
     | |__| | |__| | |  | | |  | |  | |       || G ||   
      \_____|\____/|_|  |_|_|  |_|  |_|     _.' `-' '._ 
                                           (.-./`-'\.-.)
                                            `-'      `-'

Automated LAN scanner based on masscan and nmap

Gummy is designed to automate routine tasks when scanning a local network. While :bear: is doing a boring job, you can do some really interesting work. Ultimately, all results are stored in the workspace directory.

Installation


Ideally, you should be able to just type:

pip install gummy

It is assumed that the paths to the programs in the configuration file are specified correctly, and the user is a root. If this is not the case, you need to set the SUID bits:

$ which nmap
/usr/bin/nmap

$ sudo chmod +s /usr/bin/nmap

Using


$ gummy
...

>>> set workspase test
>>> set target 192.168.1.0/24
>>> show config all
>>> run 111_complex_1_2
...
>>> show host
...
>>> show port

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gummy-0.1.20.tar.gz (347.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page