Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 444 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 444 Bytes

Exploit (Using Socket Programming)

Created a Python Script for Exploiting a vulnerable software using buffer_overflow method

Method to exploit:

  1. Using gedit create a python file named as exploit
  2. copy code from the above file (exploit.py)
  3. After creating the file we will provide our script with the required permission to execute the code
  4. Using the following command :- ( $ chmod +x exploit.py )
  5. Now execute the script