Skip to content

Instantly share code, notes, and snippets.

“Hackme.tld” API_key
“Hackme.tld” secret_key
“Hackme.tld” aws_key
“Hackme.tld” Password 
“Hackme.tld” FTP
“Hackme.tld” login
“Hackme.tld” github_token
“Hackme.tld” http:// & https://  
“Hackme.tld” amazonaws
“Hackme.tld” digitaloceanspaces
@hakxcore
hakxcore / all.txt
Created November 19, 2022 04:33 — forked from yassineaboukir/all.txt
all wordlists from every dns enumeration tool... ever. Please excuse the lewd entries =/
This file has been truncated, but you can view the full file.
.
..
........
@
*
*.*
*.*.*
🐎
@hakxcore
hakxcore / TicTacToe.java
Created November 1, 2022 19:57 — forked from xaviablaza-zz/TicTacToe.java
A simple Tic-Tac-Toe game.
import java.util.Arrays;
import java.util.InputMismatchException;
import java.util.Scanner;
/**
*
* @author MeneXia (Xavi Ablaza)
*
*/
public class TicTacToe {
@hakxcore
hakxcore / subdomain_wordlist.md
Created October 6, 2022 13:55 — forked from cihanmehmet/subdomain_wordlist.md
Subdomain Wordlist
#!/bin/bash
# Quick and dirty WEBM to MP4 converter
# by Grzegorz Błaszczyk <[email protected]> 2017
# License: MIT http://rem.mit-license.org/
FFMPEG=`which ffmpeg`
LAME=`which lame`
RM=`which rm`
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#wireshark version 3.4.9
ip.addr == 10.43.54.0/24
ip.dst == 10.43.54.0/24
ip.src == 10.43.54.0/24
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
eth.dst == 00:0C:CC:76:4E:07 #source mac filter
eth.src == 00:0C:CC:76:4E:07 #destination mac filter
ether host 00:18:0a:aa:bb:cc #a specific mac. This will not work on interfaces where traffic has been NATed like NAT mode SSID or an Internet interface
@hakxcore
hakxcore / AdbCommands
Last active August 9, 2022 05:27 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader