Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tr41z/rusti
reconnaissance tool with intuitive ui made in rust
https://github.com/tr41z/rusti
cybersecurity enumeration multithreading penetration-testing probing rust scanner security tauri
Last synced: about 1 month ago
JSON representation
reconnaissance tool with intuitive ui made in rust
- Host: GitHub
- URL: https://github.com/tr41z/rusti
- Owner: tr41z
- Created: 2024-11-18T20:50:34.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T19:35:44.000Z (about 1 month ago)
- Last Synced: 2024-11-22T20:21:18.801Z (about 1 month ago)
- Topics: cybersecurity, enumeration, multithreading, penetration-testing, probing, rust, scanner, security, tauri
- Language: Rust
- Homepage:
- Size: 376 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rusti
**rusti** is an interactive directory scanner that allows you to explore endpoints in real-time with a live preview. It helps you discover and visualize endpoints without the need to manually enter them into a browser.
---
## Screenshots
Here’s a demonstration of how the live preview feature works. Simply click on any endpoint in the preview, and you can seamlessly navigate through the directories. The interactive interface allows you to explore new endpoints and conduct thorough searches, helping you uncover hidden resources with ease.
### `/js` endpoint
---
### `/robots.txt` endpoint
---
## Features
- Interactive directory scanner with a real-time preview of endpoints.
- No need to open each endpoint in the browser manually.
- Seamless exploration of `/js`, `/robots.txt`, and more.---
## Installation
To get started with **rusti**, clone this repository and build it from source.
```bash
git clone https://github.com/yourusername/rusti.git
cd rusti
npm install
make run
```## Downloads
You can download the suitable executable for your system from the [Releases page](https://github.com/tr41z/rusti/releases).
Alternatively, you can directly download the latest release from the following links:
- [Linux x64](https://github.com/tr41z/rusti/releases/download/rusti-v0.1.0/rusti_0.1.0_amd64.deb)
- [Windows x64](https://github.com/tr41z/rusti/releases/download/rusti-v0.1.0/rusti_0.1.0_x64-setup.exe)
- [MacOS x64](https://github.com/tr41z/rusti/releases/download/rusti-v0.1.0/rusti_0.1.0_x64.dmg)## Contributing
If you'd like to improve rusti, please fork the repository, create a new branch, and submit a pull request.
## License
This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.
## ⚠️ Disclaimer
### Important Notice:
#### Running `rusti` against targets without explicit permission is illegal. Ensure you have proper authorization before using this tool on any system. The developers of `rusti` are not responsible for any misuse or damage caused by this tool. Use it responsibly and ethically.