Skip to content

Instantly share code, notes, and snippets.

View arzikamubarak's full-sized avatar

mubarak arzika arzikamubarak

View GitHub Profile
@arzikamubarak
arzikamubarak / content_discovery_all.txt
Created September 27, 2020 19:15 — 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.
`
~/
~
ים
___
__
_
#!/bin/bash
export 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 [*]"