Skip to content

Commit 1a55cd9

Browse files
authored
Update README.md
1 parent 6abd7ef commit 1a55cd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
**READ THE DISCLAIMER** </br>
2-
</br> A pentesting tool for target websites, that performs several vulnerability scans.
2+
</br> A collection of pentesting tools that perform vulnerability scans websites.
33

44
![image](https://user-images.githubusercontent.com/59119926/183597854-04f267ff-7d08-46be-9aab-67a512081ed9.png)
55

66
# Requirements
7-
Make sure to set the right file permissions: `chmod u+x WebRecon.py`
7+
Make sure to set appropriate file permissions: `chmod u+x WebRecon.py`
88

99
### Dependencies
1010
Python library dependencies are listed inside `requirements.txt`, and should be installed using `pip3` command. </br>
1111
NMAP should be installed as well.
1212

1313
### OS
1414

15-
Currently only Kali LINUX OS is supported.
15+
Currently only LINUX OS is supported.
1616

1717
# Types of Scans
1818
By default `-sA` (scanAll) argument is true, which means all scanners would run. </br> It is possible to pass a custom list of scans by using the argument `-sC` (scanCustom) followed by a list of scans. The nicknames of the scans are listed in the parenthesis next to each scanner header name below. </br>

0 commit comments

Comments
 (0)