Skip to content

Latest commit

 

History

History
executable file
·
24 lines (12 loc) · 564 Bytes

README.md

File metadata and controls

executable file
·
24 lines (12 loc) · 564 Bytes

#---------- WebSocket RAT -------------

#This is a Simple Commnand line RAT using web browser application.

       Requirements : * Python 3.5 or above
		      * sudo apt install python3-pip
		      * pip3 install pyscreenshot
                      * WebSockets - (For ubuntu 16.04 and above[sudo apt install python3-websockets])
				   - (For Windows - Install python3.5+ and install websocket using "pip install websockets")
Run the index.html separately
python3 -m http.server
on the root of the project