Skip to content

Commit

Permalink
GitBook: [master] 16 pages modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Songer authored and gitbook-bot committed Oct 25, 2018
1 parent ab492ed commit 2fb7b9d
Show file tree
Hide file tree
Showing 16 changed files with 82 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Initial page

18 changes: 18 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Table of contents

* [Initial page](README.md)
* [Basic Use](basic-use/README.md)
* [Scanning hosts](basic-use/scanning-hosts.md)
* [Advanced target specification](basic-use/advanced-target-specification.md)
* [Scanning ports](basic-use/scanning-ports.md)
* [Scanning ports including Service Version \(-V\)](basic-use/scanning-ports-including-service-version-v.md)
* [Basic Network ping Scanning](basic-use/basic-network-ping-scanning.md)
* [Service Scans](basic-use/service-scans.md)
* [Advanced](advanced/README.md)
* [Using nmap with root \(-A\)](advanced/using-nmap-with-root-a.md)
* [Operating system detection](advanced/operating-system-detection.md)
* [TCP connect\(\) Scan](advanced/tcp-connect-scan.md)
* [TCP SYN Scan](advanced/tcp-syn-scan.md)
* [Scanning Firewalls](scanning-firewalls/README.md)
* [TCP ACK Scan](scanning-firewalls/tcp-ack-scan.md)

2 changes: 2 additions & 0 deletions advanced/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Advanced

2 changes: 2 additions & 0 deletions advanced/operating-system-detection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Operating system detection

2 changes: 2 additions & 0 deletions advanced/tcp-connect-scan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# TCP connect\(\) Scan

2 changes: 2 additions & 0 deletions advanced/tcp-syn-scan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# TCP SYN Scan

2 changes: 2 additions & 0 deletions advanced/using-nmap-with-root-a.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Using nmap with root \(-A\)

2 changes: 2 additions & 0 deletions basic-use/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Basic Use

2 changes: 2 additions & 0 deletions basic-use/advanced-target-specification.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Advanced target specification

2 changes: 2 additions & 0 deletions basic-use/basic-network-ping-scanning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Basic Network ping Scanning

36 changes: 36 additions & 0 deletions basic-use/scanning-hosts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Scanning hosts

```text
admin@alight:~$ nmap dbserv1 webserv1
Starting Nmap 4.10 ( http://www.insecure.org/nmap/ ) at 2007-04-01 15:56 EDT
Interesting ports on 192.168.40.11:
Not shown: 1667 closed ports
PORT STATE SERVICE
22/tcp close ssh
135/tcp filtered msrpc
136/tcp filtered profile
137/tcp filtered netbios-ns
138/tcp filtered netbios-dgm
139/tcp filtered netbios-ssn
199/tcp open smux
445/tcp filtered microsoft-ds
1720/tcp filtered H.323/Q.931
3306/tcp open mysql
3389/tcp filtered ms-term-serv
5631/tcp filtered pcanywheredata
Interesting ports on webserv1 (192.168.30.11):
Not shown: 1644 closed ports, 28 filtered ports
PORT STATE SERVICE
21/tcp close ftp
22/tcp close ssh
80/tcp close http
111/tcp close rpcbind
199/tcp close smux
443/tcp open https
1008/tcp close ufsd
Nmap finished: 2 IP addresses (2 hosts up) scanned in 17.001 seconds
```

2 changes: 2 additions & 0 deletions basic-use/scanning-ports-including-service-version-v.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scanning ports including Service Version \(-V\)

2 changes: 2 additions & 0 deletions basic-use/scanning-ports.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scanning ports

2 changes: 2 additions & 0 deletions basic-use/service-scans.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Service Scans

2 changes: 2 additions & 0 deletions scanning-firewalls/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scanning Firewalls

2 changes: 2 additions & 0 deletions scanning-firewalls/tcp-ack-scan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# TCP ACK Scan

0 comments on commit 2fb7b9d

Please sign in to comment.