Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zan8in/pyxis
pyxis can automatically identify http and https requests, and get response headers, status codes, response size, response time, tools for fingerprinting (favicon has, service, CMS, framework, etc.)
https://github.com/zan8in/pyxis
Last synced: 25 days ago
JSON representation
pyxis can automatically identify http and https requests, and get response headers, status codes, response size, response time, tools for fingerprinting (favicon has, service, CMS, framework, etc.)
- Host: GitHub
- URL: https://github.com/zan8in/pyxis
- Owner: zan8in
- License: mit
- Created: 2023-03-05T06:09:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T01:45:31.000Z (7 months ago)
- Last Synced: 2024-11-09T20:44:05.323Z (about 1 month ago)
- Language: Go
- Size: 152 KB
- Stars: 74
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - zan8in/pyxis - pyxis can automatically identify http and https requests, and get response headers, status codes, response size, response time, tools for fingerprinting (favicon has, service, CMS, framework, etc.) (Go)
README
## Pyxis
pyxis can automatically identify http and https requests, and get response headers, status codes, response size, response time, tools for fingerprinting (favicon has, service, CMS, framework, etc.)
## Features
* [x] Automatically identify http/https
* [x] Response title/status code/response size/response time
* [x] Favicon Hash
* [x] Fingerprinting (10000+)## Example
URL Input
```
pyxis -t example.com
```Multiple URLs Input (comma-separ)
```
pyxis -t example.com,scanme.nmap.org
pyxis -t 192.168.88.168:8080,192.168.66.200
```List of URLs Input
```
$ cat url_list.txthttp://example.com
scanme.nmap.org
..
```Output files (csv/json/txt)
```
pyxis -T url_list.txt -o result.csv
pyxis -T url_list.txt -o result.json
pyxis -T url_list.txt -o result.txt
```Proxy
```
vela -t example.com -proxy http://127.0.0.1:1082
vela -t example.com -proxy socks5://127.0.0.1:1081
```