By Branden Clark - https://clark.re
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from x64dbgpy import pluginsdk | |
| # Put this script in the Python path, and | |
| # execute the following Python snippets in | |
| # the Python dialog in x64dbg: | |
| # | |
| # from stop_cpuid_detect import * | |
| # trace_cpuid(n=1000) | |
| # the above code will trace through the program |
#summary Bookmarks List = Hacker Media =
== Blogs Worth It: == What the title says. There are a LOT of pentesting blogs, these are the ones i monitor constantly and value in the actual day to day testing work.
* http://carnal0wnage.blogspot.com/
* http://www.mcgrewsecurity.com/
* http://www.gnucitizen.org/blog/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Naive hit tracer implementation using DynamoRIO. | |
| * | |
| * Author: axt | |
| * | |
| * Build it with the following commands: | |
| * gcc -Dbbhit_EXPORTS -DSHOW_RESULTS -DSHOW_SYMBOLS -fPIC -I../include -I../ext/include -DX86_64 -DLINUX -O2 -fno-stack-protector -o bbhit.c.o -c bbhit.c | |
| * gcc -fPIC -O2 -DX86_64 -DLINUX -fno-stack-protector -fPIC -shared -lgcc -Wl,--hash-style=both -shared -Wl,-soname,libbbhit.so -o libbbhit.so bbhit.c.o ../lib64/debug/libdynamorio.so.4.2 ../ext/lib64/debug/libdrsyms.so | |
| */ | |
| #include <stddef.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/env python | |
| ########################################################################################## | |
| ## | |
| ## RC4 Crypto | |
| ## | |
| ########################################################################################## | |
| def rc4crypt(key, data): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Settings] | |
| Check DLL versions=0 | |
| Topmost window=0 | |
| Show main menu items that don't apply=0 | |
| Show popup items that don't apply=0 | |
| Show toolbar=1 | |
| Use system colours in toolbar=0 | |
| Status in toolbar=0 | |
| Flash duration=1 | |
| Autoupdate interval=4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Settings] | |
| Check DLL versions=0 | |
| GUI language=0 | |
| Topmost window=0 | |
| Show main menu items that don't apply=0 | |
| Show popup items that don't apply=0 | |
| Show toolbar=1 | |
| Use system colours in toolbar=0 | |
| Status in toolbar=0 | |
| Flash duration=2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Settings] | |
| Check DLL versions=0 | |
| Topmost window=0 | |
| Show main menu items that don't apply=0 | |
| Show popup items that don't apply=0 | |
| Show toolbar=1 | |
| Use system colours in toolbar=0 | |
| Status in toolbar=0 | |
| Flash duration=1 | |
| Autoupdate interval=4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Settings] | |
| Check DLL versions=0 | |
| Topmost window=0 | |
| Show main menu items that don't apply=0 | |
| Show popup items that don't apply=0 | |
| Show toolbar=1 | |
| Use system colours in toolbar=0 | |
| Status in toolbar=0 | |
| Flash duration=1 | |
| Autoupdate interval=4 |