13 lines
226 B
Python
Executable File
13 lines
226 B
Python
Executable File
#!/usr/bin/env python
|
|
## -*- coding: utf-8 -*-
|
|
##
|
|
## Jonathan Salwan - 2014-05-12 - ROPgadget tool
|
|
##
|
|
## http://twitter.com/JonathanSalwan
|
|
## http://shell-storm.org/project/ROPgadget/
|
|
##
|
|
|
|
import ropgadget
|
|
|
|
ropgadget.main()
|