Skip to content

Instantly share code, notes, and snippets.

View hanzalaghayasabbasi's full-sized avatar
👋

Hanzala Ghayas Abbasi hanzalaghayasabbasi

👋
View GitHub Profile
@hanzalaghayasabbasi
hanzalaghayasabbasi / basic-auth-brute.py
Created May 5, 2025 13:06
Multi-threaded brute-force script for HTTP Basic Authentication using Python
import requests
import base64
import threading
import time
found_credentials = None
stop_threads = False
found_lock = threading.Lock()
def test_credentials(target_url, username, password):
@hanzalaghayasabbasi
hanzalaghayasabbasi / .zhrc
Last active June 18, 2025 11:16
This is my .zhrc file
# Enable Powerlevel10k instant prompt
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# Enable true color (24-bit) and UTF-8
export TERM="xterm-256color"
export COLORTERM=truecolor
#updated
export LS_COLORS=$(dircolors -b)
@hanzalaghayasabbasi
hanzalaghayasabbasi / extension.txt
Last active August 28, 2024 16:37
Default extensions that gets cached behind their Load Balancers.
7z
csv
gif
midi
png
tif
zip
avi
doc
gz
@hanzalaghayasabbasi
hanzalaghayasabbasi / delimiter.txt
Created August 28, 2024 16:34
Web cache deception delimiter list
!
"
#
$
%
&
'
(
)
*