Praman1997 / DonkeyScanner

DonkeyScanner is a simpler version for nmap, and other enumeration techniques in terminal for beginners.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DonkeyScanner

This tool can be used to lessen the burden of remembering the nmap scripts and their uses, along with a new module Enumerator.
Especially for people like me who like to take shortcuts

Installing the tool

  • First, change the permissions of install.py to execute and then run install.py

$ sudo chmod +x install.py

$ sudo ./install.py

OR, simply,

$ sudo python install.py

  • After installation, simply run the program using the command sudo dscan or dscan(if already root) (If not, you will have to run the tool using sudo privileges...)

Note: For any other queries or requests, please feel free to contact me through email (kasliwal.praman008@gmail.com).

And do visit my portfolio website

About

DonkeyScanner is a simpler version for nmap, and other enumeration techniques in terminal for beginners.

License:GNU General Public License v3.0


Languages

Language:Python 98.2%Language:Makefile 1.8%