Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/algoatson/shellstorm-qt

Minimal Cross-Platform GUI written in Qt6 for shell-storm.org, allows to search, edit and save shellcode at your will.
https://github.com/algoatson/shellstorm-qt

exploit-development exploitation gui reverse-shell shellcode shellstorm

Last synced: 2 months ago
JSON representation

Minimal Cross-Platform GUI written in Qt6 for shell-storm.org, allows to search, edit and save shellcode at your will.

Awesome Lists containing this project

README

        

# Shellstorm-Qt
README to come.

```sh
# run the program with the following (on nixos)
nix develop github:algoatson/shellstorm-qt # (need to fix and remove this step in the future)
nix run github:algoatson/shellstorm-qt

# run the program with the following (on other Linux distro, Windows (not tested) and MacOS (not tested)).
git clone https://github.com/algoatson/shellstorm-qt
cd src/build
cmake ..
cmake --build . --config Release
```

More to come...