Skip to content

Commit af8c84b

Browse files
authored
Update README.md
1 parent 012fa91 commit af8c84b

File tree

1 file changed

+27
-12
lines changed

1 file changed

+27
-12
lines changed

README.md

Lines changed: 27 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# ScanDrift
2+
---
3+
![App Screenshot](https://raw.githubusercontent.com/hacker-hub8/ScanDrift/8cb679049ffa8ccf30986c1b14039dcc2b9b902b/img/ScanDrift.png)
24

35
░░░░░░███████ ]▄▄▄▄▄▄▄▄
46

@@ -11,7 +13,7 @@ ScanDrift is a simple and efficient port scanning tool designed to help you iden
1113

1214
---
1315

14-
## Features
16+
## Features 💾
1517

1618
- Lightweight and fast port scanning.
1719
- 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
2022

2123
---
2224

23-
## Usage
25+
## Usage 📡
2426

2527
To use ScanDrift, you must have Python installed. Clone this repository and run the script from the terminal.
2628

27-
### Command Syntax
29+
### Command Syntax 💬
2830

2931
```bash
3032
python ScanDrift.py [-h] [-a ADDRESS] [-p PORTS [PORTS ...]]
3133
```
3234
33-
### Options
35+
### Options 🚨
3436
3537
- `-h`, `--help`: Displays the help menu with usage instructions.
3638
- `-a ADDRESS`: Specify the target IP address.
@@ -39,7 +41,7 @@ python ScanDrift.py [-h] [-a ADDRESS] [-p PORTS [PORTS ...]]
3941
- Example: `-p 22 80`
4042
4143
42-
## Installation
44+
## Installation 🛜
4345
4446
1. Clone the repository:
4547
```bash
@@ -52,27 +54,40 @@ python ScanDrift.py [-h] [-a ADDRESS] [-p PORTS [PORTS ...]]
5254
3. Run the script with the desired arguments as shown in the examples.
5355
5456
---
55-
## Examples
57+
## Examples 🧑‍💻
5658
5759
1. **Scan all commonly used ports on a target:**
5860
```bash
5961
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:**
6375
```bash
6476
python ScanDrift.py -a 192.168.1.1 -p 22 80 443
6577
```
6678
67-
3. **Display help menu:**
79+
5. **Display help menu:**
6880
```bash
6981
python ScanDrift.py -h
7082
```
7183
7284
---
85+
## [👉 All Usage Images 👈](https://raw.githubusercontent.com/hacker-hub8/ScanDrift/refs/heads/main/img/all%20ip%20scan.png)
7386
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)
7489
75-
## Notes
90+
## Notes 📝
7691
7792
- Ensure that you have appropriate permissions to scan the target IP address. Unauthorized scanning can be illegal and unethical.
7893
- 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 ...]]
8196
8297
---
8398
84-
## License
99+
## License 🪪
85100
86101
ScanDrift is an open-source project licensed under the [MIT License](https://github.com/hacker-hub8/ScanDrift?tab=GPL-3.0-1-ov-file).
87102

0 commit comments

Comments
 (0)