From a22f9a05caf8b259df69054c17db4a7f118fd4f1 Mon Sep 17 00:00:00 2001 From: proclnas Date: Wed, 26 Dec 2018 20:55:51 -0200 Subject: [PATCH 1/2] Added PbScan in network section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29901e1..b3051ce 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ Before add pull request please see **[this](https://github.com/trimstray/the-boo   :small_orange_diamond: packetfu - a mid-level packet manipulation library for Ruby.
  :small_orange_diamond: Scapy - packet manipulation library; forge, send, decode, capture packets of a wide number of protocols.
  :small_orange_diamond: aria2 - is a lightweight multi-protocol & multi-source command-line download utility.
+  :small_orange_diamond: pbscan - Faster and more efficient stateless SYN scanner and banner grabber.

##### :black_small_square: Network (DNS) From 66f2a845a6e927ce71006922720d79efa1d55dca Mon Sep 17 00:00:00 2001 From: "@trimstray" Date: Thu, 27 Dec 2018 09:39:03 +0100 Subject: [PATCH 2/2] pbscan: minor update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3051ce..8a2c5df 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ Before add pull request please see **[this](https://github.com/trimstray/the-boo

  :small_orange_diamond: nmap - free and open source (license) utility for network discovery and security auditing.
  :small_orange_diamond: masscan - the fastest Internet port scanner, spews SYN packets asynchronously.
+  :small_orange_diamond: pbscan - faster and more efficient stateless SYN scanner and banner grabber.
  :small_orange_diamond: hping - command-line oriented TCP/IP packet assembler/analyzer.
  :small_orange_diamond: mtr - functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool.
  :small_orange_diamond: netcat - networking utility which reads and writes data across network connections, using the TCP/IP protocol.
@@ -108,7 +109,6 @@ Before add pull request please see **[this](https://github.com/trimstray/the-boo   :small_orange_diamond: packetfu - a mid-level packet manipulation library for Ruby.
  :small_orange_diamond: Scapy - packet manipulation library; forge, send, decode, capture packets of a wide number of protocols.
  :small_orange_diamond: aria2 - is a lightweight multi-protocol & multi-source command-line download utility.
-  :small_orange_diamond: pbscan - Faster and more efficient stateless SYN scanner and banner grabber.

##### :black_small_square: Network (DNS)