Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/potato-industries/zrs
portable ziglang based reverse shell
https://github.com/potato-industries/zrs
reverse-shell zig ziglang
Last synced: about 1 month ago
JSON representation
portable ziglang based reverse shell
- Host: GitHub
- URL: https://github.com/potato-industries/zrs
- Owner: Potato-Industries
- Created: 2021-12-10T23:18:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-10T23:33:09.000Z (about 3 years ago)
- Last Synced: 2024-11-11T04:21:22.805Z (3 months ago)
- Topics: reverse-shell, zig, ziglang
- Language: Zig
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zrs
portable Ziglang based reverse shell
https://ziglang.org/
**Required package:**
'network.zig'
https://github.com/MasterQ32/zig-network
```
root@84f9b9ce9b42:/var/tmp/zig-linux-aarch64-0.9.0-dev.1936+77836e08a# ls src/main.zig
src/main.zig
root@84f9b9ce9b42:/var/tmp/zig-linux-aarch64-0.9.0-dev.1936+77836e08a# ./zig build
root@84f9b9ce9b42:/var/tmp/zig-linux-aarch64-0.9.0-dev.1936+77836e08a# file zig-out/bin/zig-linux-aarch64-0.9.0-dev.1936+77836e08a
zig-out/bin/zig-linux-aarch64-0.9.0-dev.1936+77836e08a: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, with debug_info, not stripped```
**Cross Compile**
https://ziglang.org/learn/overview/#cross-compiling-is-a-first-class-use-case
Enjoy~