Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/irishmaestro/fubar

Formidable Unix Binary Arsenal & Repository. TUI built for offline payload generation, retrieval, and exfiltration.
https://github.com/irishmaestro/fubar

binaries cli ctf ctf-tools cybersecurity fubar gtfobins hackthebox linux privesc tui tui-rs

Last synced: about 1 month ago
JSON representation

Formidable Unix Binary Arsenal & Repository. TUI built for offline payload generation, retrieval, and exfiltration.

Awesome Lists containing this project

README

        

# Formidable Unix Binary Arsenal & Repository

![fubar-image](https://github.com/IrishMaestro/fubar/assets/70972101/8334863d-675d-4f03-993b-707f7818cd04)

![security.yml](https://github.com/irishmaestro/fubar/actions/workflows/security.yml/badge.svg)
![Crates.io](https://img.shields.io/crates/v/fubar-cli?color=white&label=version&style=plastic)
![Crates.io](https://img.shields.io/crates/d/fubar-cli?color=orange&style=plastic)

### TUI built for offline payload generation, retrieval, and exfiltration.
### Seamlessly navigate the intricate labyrinth of restrictive shell environments and privesc operations.
### Designed for power users.
----
#### Project status: the program is currently a prototype. There are many great features in the pipeline.
#### The executable currently contains thousands of payloads from gtfobins to amplify your security research.
#### If you have great ideas, consider submitting a pull request.
----
### Installation
#### via cargo
```bash
cargo install fubar-cli
```
#### build from source
```bash
git clone https://github.com/IrishMaestro/fubar.git
cargo install --path fubar
```
----
### Usage
#### Initiate program
```bash
fubar
```
#### Navigation
| keybinding | action | desc |
|-----------------|-----------------|-----------------|
| ↑ ↓ | navigate bins | up/down |
| ⇛ | navigate tabs | tab |
| ↵ | navigate payloads | enter/return |
| c | copy payloads to clipboard | |
| r | return to root page | |
| q | quit application | |

-----
Thank you to Emilio Pinna, Andrea Cardaci, and all individuals that have contributed to the gtfobins project!

| gtfobins | link |
| ------------ | ------------ |
| website | [https://gtfobins.github.io](https://gtfobins.github.io/ "Website") |
| repo | [https://github.com/GTFOBins/GTFOBins.github.io](https://github.com/GTFOBins/GTFOBins.github.io "Repository") |
----
DISCLAIMER OF LIABILITY:

The software provided in this repository is for educational and research purposes only. The author assumes no liability for any misuse or damage caused by this software.

It is the responsibility of the user to comply with all applicable laws and regulations when using this software. The user assumes all risks associated with the use of this software and acknowledges that the author shall not be liable for any damages, including but not limited to, direct, indirect, incidental, special, or consequential damages arising out of or in connection with the use or inability to use this software.