You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
8
8
9
9
### Dependencies
10
10
Python library dependencies are listed inside `requirements.txt`, and should be installed using `pip3` command. </br>
11
11
NMAP should be installed as well.
12
12
13
13
### OS
14
14
15
-
Currently only Kali LINUX OS is supported.
15
+
Currently only LINUX OS is supported.
16
16
17
17
# Types of Scans
18
18
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