Skip to content

Commit 193ffd5

Browse files
committed
update: README.md
1 parent 15f7ac6 commit 193ffd5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# APT Scanner
22

3+
![GitHub release (with filter)](https://img.shields.io/github/v/release/apt-tool/apt-scanner)
4+
![GitHub top language](https://img.shields.io/github/languages/top/apt-tool/apt-scanner)
5+
36
Open source tool to perform API security scan in ```APT```. This scanner uses ```nmap``` in order
47
to get some details about our target. In this app, we get system information, critical issues, system vulnerabilities,
58
and system dependencies. After that we return a list of possible vulnerabilities that might be used in a penetrating testing
69
for that target.
10+
11+
## use
12+
13+
Install dependencies first:
14+
15+
```shell
16+
pip install -r requirements.txt
17+
```
18+
19+
Run the scanner by following command:
20+
21+
```shell
22+
python scanner.py --host webmail.aut.ac.ir
23+
```

0 commit comments

Comments
 (0)