Giter Club home page Giter Club logo

networkaudittools's Introduction

NetworkAuditTools

Tools created for Lab 3 in Network & Security Audit class.

DNS Enumeration

The DNS Enumeration script (written in Powershell) is a quick and easy script that takes in a .txt file with a list of domain names and attempts to resolve the IPs from that list.

OS Detection

The OS Detection script (written in bash) tries to determine remote host OS based off of TTL values in ping responses. Takes in a .txt file of IPs to run against, with a different IP on each line.

Ping Sweep

The Ping Sweep tool takes in an ip range formatted like '192.168.0.0/24' or '192.168.1.1-192.168.2.255' as a command line argument. Prints out what hosts respond to the ping.

Port Scan

The port scan tool takes a range of IP addresses, in the format '192.168.0.0/24' or '192.168.1.1-192.168.2.255', or a single IP address as the first arguement. The second arguement takes a range of ports, in the format '1-80' or 20,21,22, or a single port. The program will then print out the status of the ports.

Arp Scanner

The Arp Scanner tool takes in a interface name to scan for clients on. It determines the IP of this interface and sends ARP request messages to get the MAC address and IP of all hosts on the network. It can help find hosts that were not found with the ping sweep, if they are configured to drop ICMP.

networkaudittools's People

Contributors

im-adriano avatar austincies avatar gjb1058 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.