Skip to content

Basic reverse shell for Windows hosts, written in rust

Notifications You must be signed in to change notification settings

hrafnskogr/rshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rshell

Basic reverse shell written in Rust for Windows.


USAGE:
    rshell.exe <host> <port>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <host>    Remote Host
    <port>    Remote Port

TODO

  • Better error handling to escape the current unwrap hell
  • In some cases the process is not closed when the server closes the connection
  • Better threading to avoid the clumsy send/recv behaviour
  • Implement it over the Blockchain
  • Make it AI Driven so it is NextGen

About

Basic reverse shell for Windows hosts, written in rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages