Skip to content

Instantly share code, notes, and snippets.

View armudgal's full-sized avatar
🇮🇳
Focusing

Arushit Mudgal armudgal

🇮🇳
Focusing
View GitHub Profile
@armudgal
armudgal / WAHH_Task_Checklist.md
Created June 22, 2019 21:38 — forked from amotmot/WAHH_Task_Checklist.md
The Web Application Hacker's Handbook - Task Checklist - Github-Flavored Markdown
@armudgal
armudgal / content_discovery_all.txt
Created June 22, 2019 21:36 — forked from jhaddix/content_discovery_all.txt
a masterlist of content discovery URLs and files (used most commonly with gobuster)
This file has been truncated, but you can view the full file.
`
~/
~
ים
___
__
_
@armudgal
armudgal / bountyscan_setup.sh
Last active August 28, 2019 03:36 — forked from random-robbie/bountyscan_setup.sh
Updating the Script [Included Golang and gobuster]
#!/bin/bash
arg DEBIAN_FRONTEND=noninteractive;
echo "[*] Starting Install... [*]"
echo "[*] Upgrade installed packages to latest [*]"
echo -e "\nRunning a package upgrade...\n"
apt-get -qq update && apt-get -qq dist-upgrade -y
apt full-upgrade -y
apt-get autoclean
echo "[*] Install stuff I use all the time [*]"