Giter VIP home page Giter VIP logo

quickscan's Introduction

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.

quickscan's People

Contributors

nullarray avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.