Skip to content

Instantly share code, notes, and snippets.

View Souhardya's full-sized avatar
working on personal prenuers

Souhardya Sardar Souhardya

working on personal prenuers
View GitHub Profile
### 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:
@Souhardya
Souhardya / MassCVE-2017-6077.py
Last active September 2, 2018 06:42
CVE-2017-6077 Mass Scanner easy bots for your iot botnet
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 \
@Souhardya
Souhardya / x86MessageBeep.asm
Last active January 30, 2018 20:29
Windows x86 Beep Sound ( NASM )
;--------------------------
; Windows x86 beep sound
;--------------------------
BITS 32;
extern _MessageBeep@4 ; USER32.LIB
SECTION .data
// 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
@Souhardya
Souhardya / windows-toolkit.md
Created December 27, 2018 18:24 — forked from jthuraisamy/windows-toolkit.md
Windows Toolkit

Windows Toolkit

Binary

Native Binaries

IDA Plugins Preferred Neutral Unreviewed
@Souhardya
Souhardya / QT
Created August 30, 2019 05:06
Qt install
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