From 63d3c205c74800d8dd21b5c73680ca1bac782d78 Mon Sep 17 00:00:00 2001 From: santosomar Date: Sun, 31 Mar 2019 16:24:15 -0400 Subject: [PATCH] Update scapscan.py --- python_ruby_and_bash/scapscan.py | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/python_ruby_and_bash/scapscan.py b/python_ruby_and_bash/scapscan.py index 9cbf37e..0407e02 100644 --- a/python_ruby_and_bash/scapscan.py +++ b/python_ruby_and_bash/scapscan.py @@ -169,7 +169,6 @@ def start(your_target,your_ports,your_timeout): def banner(): bannerTxt = """ ************************************************************ - #### #### ## ##### #### #### ## # # # # # # # # # # # # # # ## # #### # # # # # #### # # # # # # @@ -177,35 +176,12 @@ def banner(): # # # # # # # # # # # # # # ## #### #### # # # #### #### # # # # +A demonstration by Omar Santos on how to use scapy for scanning purposes. Part of the Cybersecurity classes at: https://h4cker.org - SCAPY SCANNER - -A demonstration by Omar Santos on how to use scapy -for scanning purposes. Part of the Cybersecurity classes at: - https://h4cker.org - -The following scan types are processed: -- TCP Connect Scan -- Stealth Scan -- XMAS Scan -- FIN Scan -- NULL Scan -- ACK Flag Scan -- Window Scan -- UDP Scan +This tool supports TCP Connect Scans, Stealth Scans, XMAS Scans, FIN Scans, NULL Scans, ACK Flag Scans, Window Scans, and UDP Scans. usage: scapy_stealth_scan.py [-h] [-p] [-pl] [-pr] [-t] target -positional arguments: - target Target address - -optional arguments: - -h, --help show this help message and exit - -p Single port e.g. 80 - -pl Port list e.g. 21,22,80 - -pr Port range e.g. 20-30 - -t Timeout value (default 2) - ************************************************************ """ print bannerTxt