Skip to content

Commit c0066e4

Browse files
authored
update(README.md): trim repetitive examples
1 parent 4880fd0 commit c0066e4

1 file changed

Lines changed: 8 additions & 27 deletions

File tree

README.md

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -96,23 +96,14 @@ user-scanner -u john_doe -c dev # developer platforms only
9696
user-scanner -u john_doe -m github # only GitHub
9797
```
9898

99-
### Bulk username scanning
99+
### Bulk email/username scanning
100100

101-
Scan multiple usernames from a file (one username per line):
102-
- Can also be combined with categories or modules using `-c` and `-m` flags
101+
Scan multiple emails/usernames from a file (one email/username per line):
102+
- Can also be combined with categories or modules using `-c` , `-m` and other flags
103103

104104
```bash
105-
user-scanner -uf usernames.txt
106-
```
107-
108-
109-
### Bulk email scanning
110-
111-
Scan multiple emails from a file (one email per line):
112-
- Can also be combined with categories or modules using `-c` and `-m` flags
113-
114-
```bash
115-
user-scanner -ef emails.txt
105+
user-scanner -ef emails.txt # bulk email scan
106+
user-scanner -uf usernames.txt # bulk username scan
116107
```
117108

118109
### Username/Email variations (suffix only)
@@ -138,22 +129,12 @@ user-scanner -u john_doe -P proxies.txt --validate-proxies # recommended
138129
```
139130

140131
This will:
141-
1. Test all proxies from the file
142-
2. Filter out non-working proxies
143-
3. Save working proxies to `validated_proxies.txt`
144-
4. Use only validated proxies for scanning
132+
1. Filter out non-working proxies
133+
2. Save working proxies to `validated_proxies.txt`
134+
3. Use only validated proxies for scanning
145135

146136
---
147137

148-
### Update
149-
150-
Update the tool to the latest PyPI version:
151-
152-
```bash
153-
user-scanner -U
154-
```
155-
---
156-
157138
## Screenshots:
158139

159140
- Note*: New modules are constantly getting added so screenshots might show only limited, outdated output:

0 commit comments

Comments
 (0)