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.
- Host: GitHub
- URL: https://github.com/algoatson/shellstorm-qt
- Owner: algoatson
- Created: 2024-04-07T16:01:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-26T08:25:33.000Z (11 months ago)
- Last Synced: 2025-03-28T18:50:36.449Z (3 months ago)
- Topics: exploit-development, exploitation, gui, reverse-shell, shellcode, shellstorm
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...