| Crates.io | footsy |
| lib.rs | footsy |
| version | 0.1.1 |
| created_at | 2024-09-27 13:26:08.227787+00 |
| updated_at | 2024-09-27 13:52:47.549018+00 |
| description | A command-line utility to scan networks for web servers and display their status. |
| homepage | |
| repository | https://github.com/cybrly/footsy |
| max_upload_size | |
| id | 1388657 |
| size | 65,026 |
footsy is a simple command-line utility that scans a network for web servers on common ports and displays their HTTP status codes and page titles. It also provides color-coded output for easy identification of responses.
/24, /16, /8).footsy <subnet_size>
/24, 16 for /16. The default value is 24.footsy 24
This will scan the local network with a subnet size of /24.
To install footsy, you need to have Rust and Cargo installed. Then, you can install the application via Cargo:
cargo install footsy
Alternatively, clone the repository and build it manually:
git clone https://github.com/cybrly/footsy.git
cd footsy
cargo build --release
Feel free to fork the repository and submit pull requests. All contributions are welcome!
This project is licensed under the MIT License. See the LICENSE file for more details.