We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af2829 commit a42f806Copy full SHA for a42f806
README.md
@@ -7,14 +7,14 @@
7
<br>
8
</h1>
9
Status Checker is a Python script that checks the status of one or multiple URLs/domains and categorizes them based on their HTTP status codes.
10
-Version 1.0.0
11
-Created BY BLACK-SCORP10
12
-[t.me/BLACK-SCORP10](https://t.me/BLACK_SCORP10)
+Version 2.0.0
13
14
## Features
15
16
- Check the status of single or multiple URLs/domains.
17
- Asynchronous HTTP requests for improved performance.
+- Follow the Redirections.
+- Track all the involved IP addresses.
18
- Color-coded output for better visualization of status codes.
19
- Progress bar when checking multiple URLs.
20
- Save results to an output file.
0 commit comments