-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
37 lines (28 loc) · 1.64 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# NIC-D
# @@@@@@ @@@ @@@ @@@@@@@ @@@ @@@ @@@@@@@@ @@@@@@@ @@@@@@@
# @@@@@@@ @@@ @@@ @@@@@@@@ @@@@ @@@ @@@@@@@@ @@@@@@@ @@@@@@@@
# !@@ @@! @@@ @@! @@@ @@!@!@@@ @@! @@! @@! @@@
# !@! !@! @!@ !@ @!@ !@!!@!@! !@! !@! !@! @!@
# !!@@!! @!@ !@! @!@!@!@ @!@ !!@! @!!!:! @!! @!@!!@!
# !!@!!! !@! !!! !!!@!!!! !@! !!! !!!!!: !!! !!@!@!
# !:! !!: !!! !!: !!! !!: !!! !!: !!: !!: :!!
# !:! :!: !:! :!: !:! :!: !:! :!: :!: :!: !:!
# :::: :: ::::: :: :: :::: :: :: :: :::: :: :: :::
# :: : : : : : :: : :: :: : : :: :: : : : :
#
# Authored by: r_panov on 07/14/2018
# 'momentary masters of a fraction of a dot' - Carl Sagan'
# The SubNetr (subnetter) tool was create for system administrators, pen-testers, or users who want to better
# understand the subnet they are in.
# This tool will display subnet size, host, range, class, arp cache, and much more.
# This project is coded in python3 and requires the following packages:
# subprocess --> installation: pip3 install subprocess
# netaddr --> installation: pip3 install netaddr
# colorama --> installation: pip3 install colorama
# Download and run SubNet from command line:
# git clone https://github.com/rpanov/SubNetr.git
# $python3 SubNetr.py -h
# Later versions of this project will be ported to different environments, but for now is only
# capable of being run linux/Mac OSx environments.
# Please feel free to give advice, ideas, and opinions on how it can be improved!
# Thanks.