Coder Social home page Coder Social logo

fearful-symmetry / zombiescanner Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 1.0 301 KB

A network scanner script that uses TCP/ICMP to scan a remote host and print IPID values that could indicate vulnerability to idle port scans. Uses raw Sockets.

License: GNU General Public License v3.0

Python 100.00%

zombiescanner's Introduction

Project: Ping Zombie
A network scanner script that uses TCP/ICMP to scan a remote host and print IPID values that could indicate vulnerability to idle port scans. Written as an experiment in python raw socket code

Version Control:

1.0:
	Initial version fully-functioning version, takes IP and sends ICMP and TCP pings, prints packet data

planned versions:

1.1:
	Make a more useful verbose mode.


files:
ICMPSession.py
	Object-oriented method of getting data from ICMP echo packets, gives packet data, delay times, etc.
TCPSession.py
	Object-oriented method of sending multiple TCP "pings", similar in implementation to a SYN scan
helpers.py
	a few common methods used across TCP and ICMP network code.
zombiescanner.py
	Our main method that launches the TCP and ICMP scans.

Usage:
//default scan using port 80
~# python zombiescanner.py 10.0.0.1
//specify port 455 for TCP scan
~# python zombiescanner.py 10.0.0.1 455

~~~~~Examples~~~~~

Pinging a host running raspbian 7.6:

# python zombiescanner.py 192.168.1.150

#### zombie scanner - IP/TCP header data collection ####

data for host: 192.168.1.150, TCP port: 80 is open
5 packets sent, 5 packets received, 0 timeouts
avg delay=0.474ms
icmp ipid=[19581, 19582, 19583, 19584, 19585]
tcp ipid=[0, 0, 0, 0, 0]

pinging a host running Ubuntu 12.04.3 LTS on a closed port

#### zombie scanner - IP/TCP header data collection ####

data for host: 192.168.1.151, TCP port: 21 is closed
5 packets sent, 5 packets received, 0 timeouts
avg delay=0.414ms
icmp ipid=[11808, 11809, 11810, 11811, 11812]
tcp ipid=[11815, 11816, 11817, 11818, 11819]


LICENSE
Licensed under GNU GPL v3: https://www.gnu.org/licenses/quick-guide-gplv3.html

zombiescanner's People

Stargazers

BerilBBJ avatar  avatar  avatar sefanll avatar  avatar

Watchers

James Cloos 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.