Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simatwa/svinf3
Server Inspector
https://github.com/simatwa/svinf3
h4cking http https inspector over-the-wire over-the-wire-solutions server
Last synced: 13 days ago
JSON representation
Server Inspector
- Host: GitHub
- URL: https://github.com/simatwa/svinf3
- Owner: Simatwa
- License: mit
- Created: 2023-03-01T07:09:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-29T10:47:16.000Z (10 months ago)
- Last Synced: 2024-10-18T00:53:13.324Z (about 1 month ago)
- Topics: h4cking, http, https, inspector, over-the-wire, over-the-wire-solutions, server
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
svinf3
> Server inspector
## [Dependencies](requirements.txt)- colorama
- cloudscraper
- tabulate
- requests## Installation and usage
### Installation
- Execute the following commands at the terminal
```bash
$ git clone https://github.com/Simatwa/svinf3.git
$ cd svinf3
$ bash install.sh
#or
$ sudo bash install.sh
```### Usage
`$ svinf3 {url}`
- For futher info run `svinf3 -h`.
```
usage: svinf3 [-h] [-v] [-g path] [-p path] [-c path]
[-o filepath] [-t TRIALS] [-he filepath]
[-tbl [html,grid]+] [-wr [a,wb,ab]]
[-i INTERVAL] [-tm TIMEOUT]
[--browser chrome|firefox]
[--platform darwin|ios|android|windows|linux]
[-thr THREAD] [--binary] [--show]
[--prettify] [--new]
urlSimple Server inspector regards : bc03
positional arguments:
url Link to the website/API - Noneoptions:
-h, --help show this help message and exit
-v, --version show program's version number and
exit
-g path, --get path Use GET method to send json data
in path - None
-p path, --post path Use POST method to send json data
in path - None
-c path, --cookies path
Path to cookies file formated in
json - None
-o filepath, --output filepath
Path to save the response'
contents - None
-t TRIALS, --trials TRIALS
Number of times to send request -
1
-he filepath, --headers filepath
Path to header files formatted in
json - None
-tbl [html,grid]+, --table [html,grid]+
Table format for displaying
contents - None
-wr [a,wb,ab], --write-mode [a,wb,ab]
File mode for saving response - w
-i INTERVAL, --interval INTERVAL
Time to sleep between requests
sent - 0
-tm TIMEOUT, --timeout TIMEOUT
Maximum time while requesting -
15
--browser chrome|firefox
Browser name to be used - firefox
--platform darwin|ios|android|windows|linux
OS name to be used - linux
-thr THREAD, --thread THREAD
Threads amount at once - None
--binary Specifies to handle response
contents as binary data - False
--show Displays the response contents -
False
--prettify Formats the response in readable
format - False
--new Overwrites file with same name -
output - False
```