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
scscanner_py is tool to read website status code response from the lists. This tool is reworked from bash version of [scscanner](https://github.com/yuyudhn/scscanner).
2
+
# scanner.py
3
+
scanner.py is tool to read website status code response from the lists. This tool is reworked from bash version of [scanner](https://github.com/shubham-rooter/website-status-code).
4
+
4
5
5
-
## Requirements
6
-
- requests
7
-
- urllib3
8
-
- datetime
9
-
- argparse
10
6
11
-
Tested on **Debian** with **Python 3.10.8**
12
7
13
8
## Features
14
9
- Multi-threading for fast scanning.
@@ -18,19 +13,20 @@ Tested on **Debian** with **Python 3.10.8**
0 commit comments