Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

Screenshot 2024-11-23 at 19 43 40

---

### `/robots.txt` endpoint

Screenshot 2024-11-23 at 19 44 23

---

## 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.