All Projects → NullArray → QuickScan

NullArray / QuickScan

Licence: GPL-3.0 License
Port scanning and domain utility.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to QuickScan

Aiodnsbrute
Python 3.5+ DNS asynchronous brute force utility
Stars: ✭ 370 (+1323.08%)
Mutual labels:  dns, osint, pentesting
Vault
swiss army knife for hackers
Stars: ✭ 346 (+1230.77%)
Mutual labels:  osint, pentesting, port-scanner
Dorknet
Selenium powered Python script to automate searching for vulnerable web apps.
Stars: ✭ 256 (+884.62%)
Mutual labels:  osint, infosec, pentesting
Spiderfoot
SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
Stars: ✭ 6,882 (+26369.23%)
Mutual labels:  osint, infosec, pentesting
Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+13126.92%)
Mutual labels:  osint, infosec, pentesting
Spaces Finder
A tool to hunt for publicly accessible DigitalOcean Spaces
Stars: ✭ 122 (+369.23%)
Mutual labels:  osint, infosec, pentesting
Metabigor
Intelligence tool but without API key
Stars: ✭ 424 (+1530.77%)
Mutual labels:  osint, infosec, pentesting
Getaltname
Extract subdomains from SSL certificates in HTTPS sites.
Stars: ✭ 320 (+1130.77%)
Mutual labels:  dns, infosec, pentesting
Bugcrowd Levelup Subdomain Enumeration
This repository contains all the material from the talk "Esoteric sub-domain enumeration techniques" given at Bugcrowd LevelUp 2017 virtual conference
Stars: ✭ 513 (+1873.08%)
Mutual labels:  dns, osint, pentesting
Pdlist
A passive subdomain finder
Stars: ✭ 204 (+684.62%)
Mutual labels:  dns, osint
Leakfa.com
A simple way to know if you are on the list of major security breaches like "HIBP", but it is specific for Iran.
Stars: ✭ 106 (+307.69%)
Mutual labels:  osint, infosec
TIGMINT
TIGMINT: OSINT (Open Source Intelligence) GUI software framework
Stars: ✭ 195 (+650%)
Mutual labels:  osint, infosec
Massdns
A high-performance DNS stub resolver for bulk lookups and reconnaissance (subdomain enumeration)
Stars: ✭ 2,093 (+7950%)
Mutual labels:  dns, dns-resolver
Dnsbrute
DNS Sub-domain brute forcer, in Python + gevent
Stars: ✭ 40 (+53.85%)
Mutual labels:  dns, pentesting
phisherprice
All In One Pentesting Tool For Recon & Auditing , Phone Number Lookup , Header , SSH Scan , SSL/TLS Scan & Much More.
Stars: ✭ 38 (+46.15%)
Mutual labels:  osint, infosec
V3n0m Scanner
Popular Pentesting scanner in Python3.6 for SQLi/XSS/LFI/RFI and other Vulns
Stars: ✭ 847 (+3157.69%)
Mutual labels:  dns, pentesting
flydns
Related subdomains finder
Stars: ✭ 29 (+11.54%)
Mutual labels:  osint, infosec
Argos
This script will automatically set up an OSINT workstation starting from a Ubuntu OS.
Stars: ✭ 73 (+180.77%)
Mutual labels:  osint, infosec
Amass
In-depth Attack Surface Mapping and Asset Discovery
Stars: ✭ 6,284 (+24069.23%)
Mutual labels:  dns, osint
PyParser-CVE
Multi source CVE/exploit parser.
Stars: ✭ 25 (-3.85%)
Mutual labels:  osint, infosec

QuickScan

QuickScan is a simple port scanning utility with some useful supporting features. As such it comes with functionality to query DNS in order to resolve domains and has a built in WHOIS lookup. Conveniently the program saves the results of your scans and assorted operations to an application log in the current working directory for future reference and/or further processing.

Usage

Starting the program from the terminal python quickscan.py without arguments, will show you a quick introduction message and some usage information. The full set of options available to you are as follows.

usage: quickscan.py [-h] [-r RESOLVE] [-w WHOIS] [-s SCAN] [-v]

optional arguments:
  -h, --help                show this help message and exit
  -r RESOLVE, --resolve     enter a domain to resolve
  -w WHOIS, --whois WHOIS   query WHOIS on target host
  -s SCAN, --scan SCAN      specify the host(IP) you wish to perform a port scan on
  -v, --verbose             toggle verbosity

For clarity please see some examples below.

quickscan.py --help
quickscan.py --resolve google.com 
quickscan.py --scan 192.168.55.88 -v 

Dependencies

QuickScan depends on the following Python2.7 modules.

blessings
ipwhois

Should you find you do not have these installed you can use Python's built in package manager to install them like so.

pip install blessings
pip install ipwhois

Or feel free to use the requirements file i have made for this program like so pip install -r requirements.txt.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].