Skip to content

3xploit-db/nuubi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuubi Tools (Scanner, Recon.)

Details

  usage: nuub.py [-h] [-b Banner] [-S subnetlookup] [-c] [--cert Certificate]
                [-d Dns] [-e Extract] [-ip GeoIP] [-H Httpheaders] [-N nmap]
                [--sub subdomain] [-T traceroute] [-f findshareddns]
                [--url Url] [--username Username] [--whois Whois]
                [--crawl crawl] [--reverse reverse] [--revdns revdns]
                [--zone zone] [--nping nping] [--AS aslookup] [--cookie cookie]

  optional arguments:
    -h, --help           show this help message and exit
    -b Banner            Banner grabing of target ip address
    -S subnetlookup      subnetlookup of target
    -c                   Cms detect with headers
    --cert Certificate   Certificate Transparency log monitor
    -d Dns               Dnslookup of target domain
    -e Extract           Extract links from target url(https/http)
    -ip GeoIP            GeoIP lookup of target ip address
    -H Httpheaders       Httpheaders of target url
    -N nmap              Nmapscan of target domain
    --sub subdomain      Subdomain lookup of target domain
    -T traceroute        Traceroute
    -f findshareddns     Find hosts sharing DNS servers
    --url Url            URL and website scanner for potentially malicious
                        websites
    --username Username  Github username of target
    --whois Whois        Whois of target domain
    --crawl crawl        crawler target url
    --reverse reverse    reverse ip lookup
    --revdns revdns      reverse DNS
    --zone zone          zonetransfer, Retrieve DNS Zone
    --nping nping        nping, test Ping Response
    --AS aslookup        Check an Autonomous System Number (ASN)
    --cookie cookie      Cloudflare cookie scraper

✔️ Example:

python3 nuub.py "arguments" example.site

✔️ Features:

  • Infromation Modules :

  • Banner grabing

  • Subnetlookup

  • Cms detect

  • Certificate Transparency log monitor

  • Dnslookup

  • Extract links

  • GeoIP lookup

  • Httpheaders

  • Nmapscan

  • Subdomain lookup

  • Traceroute

  • Find hosts sharing DNS servers

  • URL and website scanner for potentially malicious websites

  • Github username

  • Whois

  • Crawler

  • Reverse ip

  • Reverse DNS

  • Zonetransfer

  • Nping test Ping Response

  • Check an Autonomous System Number (ASN)

  • Cloudflare Cookie Scraper

About NUUBI

INFO: NUUBI is a Recon Tools, Scanners and tools for penetration testing.Reconnaissance is the first phase of penetration       
testing which means gathering information before any real attacks are planned So NUUBI is an Incredible fast recon tool for 
penetration tester which is specially designed for Reconnaissance phase.

✔️ How to install NUUBI:

✔️ Kali Linu ,parros os, ubuntu

root@kali~# git clone https://github.com/pikpikcu/nuubi.git

root@kali~# pip install -r requirements.txt

root@kali~# python3 nuub.py -h

✔️ Termux

pikpik~$ pkg install python git ncurses-bin -y

pikpik~$ git clone https://github.com/pikpikcu/nuubi.git | cd nuubi

pikpik~$ pip install -r requirements.txt

pikpik~$ python3 nuub.py -h

Credits

Packages

No packages published

Languages

  • Python 100.0%