1
1
# ScanDrift
2
+ ---
3
+ ![ App Screenshot] ( https://raw.githubusercontent.com/hacker-hub8/ScanDrift/8cb679049ffa8ccf30986c1b14039dcc2b9b902b/img/ScanDrift.png )
2
4
3
5
░░░░░░███████ ] ▄▄▄▄▄▄▄▄
4
6
@@ -11,7 +13,7 @@ ScanDrift is a simple and efficient port scanning tool designed to help you iden
11
13
12
14
---
13
15
14
- ## Features
16
+ ## Features 💾
15
17
16
18
- Lightweight and fast port scanning.
17
19
- Specify the target IP address for scanning.
@@ -20,17 +22,17 @@ ScanDrift is a simple and efficient port scanning tool designed to help you iden
20
22
21
23
---
22
24
23
- ## Usage
25
+ ## Usage 📡
24
26
25
27
To use ScanDrift, you must have Python installed. Clone this repository and run the script from the terminal.
26
28
27
- ### Command Syntax
29
+ ### Command Syntax 💬
28
30
29
31
``` bash
30
32
python ScanDrift.py [-h] [-a ADDRESS] [-p PORTS [PORTS ...]]
31
33
` ` `
32
34
33
- # ## Options
35
+ # ## Options 🚨
34
36
35
37
- ` -h` , ` --help` : Displays the help menu with usage instructions.
36
38
- ` -a ADDRESS` : Specify the target IP address.
@@ -39,7 +41,7 @@ python ScanDrift.py [-h] [-a ADDRESS] [-p PORTS [PORTS ...]]
39
41
- Example: ` -p 22 80`
40
42
41
43
42
- # # Installation
44
+ # # Installation 🛜
43
45
44
46
1. Clone the repository:
45
47
` ` ` bash
@@ -52,27 +54,40 @@ python ScanDrift.py [-h] [-a ADDRESS] [-p PORTS [PORTS ...]]
52
54
3. Run the script with the desired arguments as shown in the examples.
53
55
54
56
---
55
- # # Examples
57
+ # # Examples 🧑💻
56
58
57
59
1. ** Scan all commonly used ports on a target:**
58
60
` ` ` bash
59
61
python ScanDrift.py -a 192.168.1.1
60
- ` ` `
61
-
62
- 2. ** Scan specific ports on a target:**
62
+ ` ` `
63
+
64
+ 2. ** Scan target By website:**
65
+ ` ` ` bash
66
+ python ScanDrift.py -a google.com
67
+ ` ` `
68
+
69
+ 3. ** Scan All ports on a target:**
70
+ ` ` ` bash
71
+ python ScanDrift.py -a 192.168.1.1
72
+ ` ` `
73
+
74
+ 4. ** Scan specific ports on a target:**
63
75
` ` ` bash
64
76
python ScanDrift.py -a 192.168.1.1 -p 22 80 443
65
77
` ` `
66
78
67
- 3 . ** Display help menu:**
79
+ 5 . ** Display help menu:**
68
80
` ` ` bash
69
81
python ScanDrift.py -h
70
82
` ` `
71
83
72
84
---
85
+ # # [👉 All Usage Images 👈](https://raw.githubusercontent.com/hacker-hub8/ScanDrift/refs/heads/main/img/all%20ip%20scan.png)
73
86
87
+ ! [App Screenshot](https://raw.githubusercontent.com/hacker-hub8/ScanDrift/refs/heads/main/img/all%20ip%20scan.png)
88
+ ! [App Screenshot](https://raw.githubusercontent.com/hacker-hub8/ScanDrift/refs/heads/main/img/specific%20port%20scan.png)
74
89
75
- # # Notes
90
+ # # Notes 📝
76
91
77
92
- Ensure that you have appropriate permissions to scan the target IP address. Unauthorized scanning can be illegal and unethical.
78
93
- Use this tool responsibly and only on networks you own or have explicit permission to test.
@@ -81,7 +96,7 @@ python ScanDrift.py [-h] [-a ADDRESS] [-p PORTS [PORTS ...]]
81
96
82
97
---
83
98
84
- # # License
99
+ # # License 🪪
85
100
86
101
ScanDrift is an open-source project licensed under the [MIT License](https://github.com/hacker-hub8/ScanDrift? tab=GPL-3.0-1-ov-file).
87
102
0 commit comments