-
Updated
Feb 24, 2020
exploit
Here are 713 public repositories matching this topic...
-
Updated
Feb 24, 2020 - Python
The Chinese translated version of the README is well out of date, last updated 2 years ago.
The current English README needs to be translated to replace this old one, or to be removed.
.github\.translations\README-zh.md
README translations
-
Updated
Feb 22, 2020 - C
To facilitate easier studying of these types of vulnerabilities the tool scaffolding should be able to instrument itself to generate ASCII diagrams of payload object-graphs (similar to this) and deserialization code execution call-trees (similar to [this](https://gist.github.com/frohoff/24af7913611f8406ea
-
Updated
Feb 24, 2020
we should be able to determine the name of the syscall and the args, based on the abi.
If we assume linux (we shouldn't) we can put this in the arch.
is_syscall
get_syscall_args
are probably the only methods we need to add. man syscall
to see the abis.
Only issue is that we don't know, unless we hardcode, which args are used, unless we backtrack to see which registers were written
-
Updated
Feb 24, 2020 - PowerShell
-
Updated
Feb 23, 2020 - Python
-
Updated
Feb 24, 2020 - Lua
-
Updated
Feb 13, 2020 - C
-
Updated
Feb 24, 2020 - JavaScript
-
Updated
Feb 21, 2020 - JavaScript
-
Updated
Feb 22, 2020 - Python
-
Updated
Feb 23, 2020 - Python
When i tuy using the program (sudo node start.js)
it fails with:
With curses disabled, a logfile (--logfile) is required. Defaulting to "pegaswitch.log". There was an issue setting up DNS: bind EADDRINUSE 0.0.0.0:53
How can I fix this?
-
Updated
Feb 24, 2020 - Python
Invalid method
There appears to be a broken method in hash extend that is not valid due to it missing a def ():
In addition to this, there appears to be no body for the method.
-
Updated
Feb 21, 2020 - Python
I've tried launching this from the .exe in the zip file download and by installing it via the Installer.msi both keep giving me the "not a valid Win32 application" message shown in the screenshot attached here. I'm running Windows XP on Parallels Desktop 14 on a Mac Mini with a 3GHz Intel Core i7 and 16GB of RAM so it isn't an issue of hardware compatibility or at least it shouldn't be. If anyone
-
Updated
Feb 17, 2020 - Python
-
Updated
Feb 24, 2020 - Perl
Improve this page
Add a description, image, and links to the exploit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the exploit topic, visit your repo's landing page and select "manage topics."
Hi! I noticed two minor bugs with how failure to open serialtube() is handled:
serial.serialutil.SerialException
rather thanPwnlibException
(which is the one thrown by all other tubes when opening fails)Here is a small test