smart-tv.sh - Control Vestel MB211 TV from terminal.
cs2_trigger.py - CS2 Trigger bot for linux
mac-random - Random MAC address every boot.
proxy.ps1 - Apache forward proxy server setup with auth for win.
24h_compare.pine - 24h comparative bitcoin chart graph pine script.
ytp-ad-skip.js - Youtube ads fast forwad skipper.
crybro.sh - Additional encryption layer for android fs.
kali-dmenu.sh - Categorized Kali tools launcher with dmenu
recent.sh - List recent files in folders. Useful for downloads and screenshots.
turkdox.py - Check Username avaibility of turkish sites.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Usage: ./recent.sh <parameters> [FOLDER] | |
| SS_FOLDER="$HOME/Pictures/Screenshots/" | |
| DL_FOLDER="$HOME/Downloads/" | |
| list_amount=1 | |
| sorter="tail" | |
| while getopts "h?n:rsd" opt; do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| # Önizleme: https://u.teknik.io/nCIrg.png | |
| import requests | |
| siteler = { | |
| "KizlarSoruyor":"https://www.kizlarsoruyor.com/uye/", | |
| "Onedio.com":"https://onedio.com/profil/", | |
| "EkşiSözlük":"https://eksisozluk.com/biri/", | |
| "Puiv.com":"https://www.puiv.com/k/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/bash | |
| # Board All Media Downloader by Jumbo | |
| TARGET="https://8kun.top" | |
| SUB_DOMAIN="media.8kun.top" | |
| BOARD="/cyber/" | |
| FORMATS="webm,mp4,jpg,png,gif" | |
| curl ${TARGET}${BOARD}catalog.html | | |
| grep -Eoi '<a [^>]+>' | |
NewerOlder