IDA Plugins | Preferred | Neutral | Unreviewed |
---|
This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am Souhardya on github. | |
* I am souhardya (https://keybase.io/souhardya) on keybase. | |
* I have a public key whose fingerprint is 9A7B 2B4C CE4C F7B7 DD94 609D 1D79 8E6C 186E CB9A | |
To claim this, I am signing this object: |
This file contains 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
import threading | |
import requests | |
import re | |
import sys | |
#CVE LINK :- https://www.exploit-db.com/exploits/41394/ | |
#CVE AUTHOR :- SivertPL | |
if len(sys.argv) < 3: | |
print \ |
This file contains 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
;-------------------------- | |
; Windows x86 beep sound | |
;-------------------------- | |
BITS 32; | |
extern _MessageBeep@4 ; USER32.LIB | |
SECTION .data |
This file contains 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
// BSOD Via RtelSetProcessIsCritical by Souhardya Sardar @subversionzero | |
// https://www.opensc.io/showthread.php?t=12868&page=2 | |
using System; | |
using System.Runtime.InteropServices; | |
namespace Die | |
{ | |
class Program |
This file contains 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
vs2015 dev (openssl 1.1 ) minimal | |
C:\QtBuildStatic\qt-everywhere-src-5.12.0\configure.bat -static -debug-and-release -opensource -confirm-license -platform win32-msvc -opengl desktop -no-iconv -no-dbus -no-icu -no-fontconfig -no-freetype -qt-harfbuzz -nomake examples -nomake tests -skip qt3d -skip webengine -skip qtactiveqt -skip qtcanvas3d -skip qtdeclarative -skip qtdatavis3d -skip qtdoc -skip qtgamepad -skip qtcharts -skip qtgraphicaleffects -skip qtlocation -skip qtmultimedia -skip qtpurchasing -skip qtquickcontrols -skip qtquickcontrols2 -skip qtremoteobjects -skip qtscxml -skip qtsensors -skip qtserialbus -skip qtserialport -skip qtspeech -skip qtvirtualkeyboard -skip qtscript -mp -optimize-size -shared -prefix C:\Qt\Static\5.12.0 -nomake examples -nomake tests -openssl -openssl-linked -I C:\openssl11\include -L C:\openssl11\lib OPENSSL_LIBS="-lUser32 -lAdvapi32 -lGdi32 -llibcryptoMT -llibsslMT" | |
C:\QtBuildStatic\qt-everywhere-src-5.12.0\configure.bat -static -debug-and-release -opensource -confirm |