Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Exploit = function(x,y)
- modules = [];
- print("You are about to run the exploitation module.");
- print("Please select an argument if needed or just press [Enter].");
- print("If you don't want to execute that function press [ctrl+c].");
- argument = user_input("argument:")
- for object in x
- for buffer in object.buffer
- attack = y.overflow(object.address,buffer,argument);
- module = {"Lib":y.lib_name,"version":y.version,"address":object.address,"buffer":buffer,"arg":argument,"type":typeof(attack)};
- modules.push(module);
- end for
- end for
- return modules;
- end function
Advertisement
Add Comment
Please, Sign In to add comment