Open Sesame : A Python Tool To Display Random Publicly Disclosed Hackerone
Open Sesame Contains hackerone disclosed reports and other bug bounty writeups. A python tool which runs to display random publicly disclosed Hackerone reports when bored. Automatically opens the report in browser. Contains Over 8k Publicly disclosed Hackerone reports and addtl. wordlist of ~700 bug bounty writeups. This is a productivity tool for security enthusiasts and bug bounty hunters. I have written...
How to Create a Cybersecurity Incident Response Plan
No matter how much businesses invest in employee training and tools and technology, there continue to be issues related to cybersecurity. Many of these are because of malware and human error. It’s important for all businesses to have an understanding of malware, incident response, and digital forensics. With that comes the need for a cybersecurity incident response plan. The goal is...
Driver Development Services And Are They Worth It?
Is it worth your money to spend on device driver development service? Or is it better to allocate that money elsewhere? The answer all depends on you. If you’re a programmer specialist and understand how to develop a driver firmware/software, then I could understand that you don’t need one. But from a business perspective, I think you should. Why...
BlackDir Framework : Web Application Vulnerability Scanner
BlackDir Framework is a Web Application Vulnerability Scanner with the following features; Spider DirectoriesFind Sub DomainAdvanced Dorks SearchScan list of DorksScan WebSites Reverse Ip LookupPort Scan Installation git clone https://github.com/RedVirus0/BlackDir-Framework.gitcd BlackDirpip3 install -r requirements.txtpython3 BlackDir.py Also Read - PayloadsAllTheThings : A List Of Useful Payloads & Bypass Screenshot Download
Sharingan : Offensive Security Recon Tool
Sharingan is a recon multitool for offensive security / bug bounty. This is very much a work in progress and I'm relatively new to offensive security in general so if you see something that can be improved please open an issue or PR with suggested changes. Cloning for development Outside of your gopath git clone https://github.com/leobeosab/sharingan Installing go get github.com/leobeosab/sharingan/cmd/sharingancli Also Read - Threadtear...
Badlnk : Reverse Shell In Shortcut File (.lnk)
Badlnk is a reverse shell in shortcut file (.lnk). How it works? Shortcut file (Microsoft Windows 9.x) LNK is a file extension for a shortcut file used by Microsoft Windows to point to an executable file. LNK stands for LiNK. Shortcut files are used as a direct link to an executable file, instead of having to navigate to the executable....
Paramkit : A Small Library Helping To Parse Commandline Parameters
Paramkit is a small library helping to parse commandline parameters. Objectives "like Python's argparse but for C/C++"compact and minimalisticeasy to useextendable Also Read - WiFiPumpkin3 : Powerful Framework For Rogue Access Point Attack Demo Print help for each parameter: Easily store values of popular types, and verify if all required parameters are filled: Verify if no invalid parameter was passed: See the demo code Download
Hidden Cry – Windows Crypter/Decrypter Generator With AES 256 Bits Key
Hidden Cry is a Windows Crypter/Decrypter Generator With AES 256 Bits Key. Features Works on WAN: Port Forwarding by Serveo.netFully Undetectable (FUD) -> Don't Upload to virustotal.com! Usage git clone https://github.com/thelinuxchoice/hidden-crycd hidden-cryapt-get update & apt-get install mingw-w64 -ychmod +x hidden-cry./hidden-cry Also Read - CatchYou : FUD Win32 Msfvenom Payload Generator Disclaimer Usage of Hidden-Cry for attacking targets without prior mutual consent is illegal. It's the end...
Evilreg : Reverse Shell Using Windows Registry Files (.reg)
Evilreg is a reverse shell using Windows Registry files (.reg) Features Reverse TCP Port Forwarding using Ngrok.io Requirements Ngrok Authtoken (for TCP Tunneling): Sign up at: https://ngrok.com/signupYour authtoken is available on your dashboard: https://dashboard.ngrok.comInstall your auhtoken: ./ngrok authtoken <YOUR_AUTHTOKEN>Target must reboot/re-login after installing the .reg file Also Read - CatchYou : FUD Win32 Msfvenom Payload Generator Usage git clone https://github.com/thelinuxchoice/evilreg cd evilreg bash evilreg.sh Disclaimer Usage of...
URLBrute : Tool To Brute Website Sub-Domains & Dirs
URLBrute is a tool to help you brute forcing website sub-domains and dirs.Can be used with python3 and python2. Dependencies urlbrute.pyrequests >= 2.21.0bs4 >= 0.0.1datetime >= 4.3 Also Read - PayloadsAllTheThings : A List Of Useful Payloads & Bypass How to install? In Linux: chmod +x install.sh sudo ./install.sh In Windows, install python 3.7, then run cmd as administrator: install.bat Credits Credits to danTaler who created the wordlists. Download