AllGloryToTheHypnotoad / Netscan2

Licence: mit
active / passive network scanner

Programming Languages

python
139335 projects - #7 most used programming language
python2
120 projects

Projects that are alternatives of or similar to Netscan2

Intelmq
IntelMQ is a solution for IT security teams for collecting and processing security feeds using a message queuing protocol.
Stars: ✭ 611 (+2162.96%)
Mutual labels:  cybersecurity
Memlabs
Educational, CTF-styled labs for individuals interested in Memory Forensics
Stars: ✭ 696 (+2477.78%)
Mutual labels:  cybersecurity
Csp
The Cyber Security Platform MeliCERTes is part of the European Strategy for Cyber Security. MeliCERTes is a network for establishing confidence and trust among the national Computer Security Incident Response Teams (CSIRTs) of the Member States and for promoting swift and effective operational cooperation.
Stars: ✭ 23 (-14.81%)
Mutual labels:  cybersecurity
Awesome Security Hardening
A collection of awesome security hardening guides, tools and other resources
Stars: ✭ 630 (+2233.33%)
Mutual labels:  cybersecurity
Lockdoor Framework
🔐 Lockdoor Framework : A Penetration Testing framework with Cyber Security Resources
Stars: ✭ 677 (+2407.41%)
Mutual labels:  cybersecurity
Vuldash
Vulnerability Dashboard
Stars: ✭ 16 (-40.74%)
Mutual labels:  cybersecurity
Violent Python3
Source code for the book "Violent Python" by TJ O'Connor. The code has been fully converted to Python 3, reformatted to comply with PEP8 standards and refactored to eliminate dependency issues involving the implementation of deprecated libraries.
Stars: ✭ 603 (+2133.33%)
Mutual labels:  cybersecurity
Sooty
The SOC Analysts all-in-one CLI tool to automate and speed up workflow.
Stars: ✭ 867 (+3111.11%)
Mutual labels:  cybersecurity
H1st
The AI Application Platform We All Need. Human AND Machine Intelligence. Based on experience building AI solutions at Panasonic: robotics predictive maintenance, cold-chain energy optimization, Gigafactory battery mfg, avionics, automotive cybersecurity, and more.
Stars: ✭ 697 (+2481.48%)
Mutual labels:  cybersecurity
Probe spider
Probe_Spider is a Open Source Intelligence Tool made complete out of Python.
Stars: ✭ 20 (-25.93%)
Mutual labels:  cybersecurity
Dawnscanner
Dawn is a static analysis security scanner for ruby written web applications. It supports Sinatra, Padrino and Ruby on Rails frameworks.
Stars: ✭ 642 (+2277.78%)
Mutual labels:  cybersecurity
Sentinel Attack
Tools to rapidly deploy a threat hunting capability on Azure Sentinel that leverages Sysmon and MITRE ATT&CK
Stars: ✭ 676 (+2403.7%)
Mutual labels:  cybersecurity
Attack Navigator
Web app that provides basic navigation and annotation of ATT&CK matrices
Stars: ✭ 887 (+3185.19%)
Mutual labels:  cybersecurity
Nfstream
NFStream: a Flexible Network Data Analysis Framework.
Stars: ✭ 622 (+2203.7%)
Mutual labels:  cybersecurity
Microsoft 365 Defender Hunting Queries
Sample queries for Advanced hunting in Microsoft 365 Defender
Stars: ✭ 922 (+3314.81%)
Mutual labels:  cybersecurity
Keylogger
Get Keyboard,Mouse,ScreenShot,Microphone Inputs from Target Computer and Send to your Mail.
Stars: ✭ 604 (+2137.04%)
Mutual labels:  cybersecurity
Packer Fuzzer
Packer Fuzzer is a fast and efficient scanner for security detection of websites constructed by javascript module bundler such as Webpack.
Stars: ✭ 753 (+2688.89%)
Mutual labels:  cybersecurity
Besafe
BeSafe is robust threat analyzer which help to protect your desktop environment and know what's happening around you
Stars: ✭ 21 (-22.22%)
Mutual labels:  cybersecurity
Walkoff
A flexible, easy to use, automation framework allowing users to integrate their capabilities and devices to cut through the repetitive, tedious tasks slowing them down. #nsacyber
Stars: ✭ 855 (+3066.67%)
Mutual labels:  cybersecurity
Riceteacatpanda
repo with challenge material for riceteacatpanda (2020)
Stars: ✭ 18 (-33.33%)
Mutual labels:  cybersecurity

Network Scanner

.. figure:: https://imgs.xkcd.com/comics/map_of_the_internet.jpg :target: https://xkcd.com/195/ :align: center

.. image:: https://travis-ci.org/AllGloryToTheHypnotoad/netscan2.svg?branch=master :target: https://travis-ci.org/walchko/netscan2 .. image:: https://img.shields.io/pypi/v/netscan.svg :target: https://pypi.python.org/pypi/netscan/ :alt: Latest Version .. image:: https://img.shields.io/pypi/l/netscan.svg :target: https://pypi.python.org/pypi/netscan/ :alt: License .. image:: https://landscape.io/github/walchko/netscan2/master/landscape.svg?style=flat :target: https://landscape.io/github/walchko/netscan2/master :alt: Code Health

Simple python script which uses pcap, arp-scan, and avahi <http://www.avahi.org>__ to:

  1. Find hosts that are on the LAN passively
  2. Uses an arp-ping to actively identify hosts
  3. Scan each host to determine open ports and services
  4. Store record of hosts in JSON file, html webpage, or prints to screen

Note: Since IP addresses change, the hosts are finger printed via their MAC address.

Alternatives

Fing <http://www.overlooksoft.com/fing>__ is a great and fast network scanner, I have their app on my iPad. However, the fing commandline tool for RPi I have noticed errors in the MAC address and therefor don't trust it for this application.

Install

Pre-requisites::

brew install pcap arp-scan

or

::

sudo apt-get install libpcap-dev arp-scan

Download and unzip, then from inside the package::

python setup.py install

If you are working on it::

pip install -e .

Run

To run::

netscan
ascan
pscan
gethostname
getvendor
ipwhois

License

The MIT License (MIT)

Copyright (c) 2015 Kevin J. Walchko

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].