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
@hakxcore
hakxcore / index.pug
Created September 15, 2022 09:15
Voting App
header.header
.header__wrapper
a.brand-logo(href='#') Voting App
.nav-bar
.nav-bar__dropdown #[span John Doe] #[i.fa.fa-caret-down]
ul.dropdown
li.dropdown__item #[a(href='#') Dashboard]
li.dropdown__item #[a(href='#') Settings]
li.dropdown__item #[a(href='#') Log out]
## Go login on https://demo.thingsboard.io
## replace my access token with yours
## and see the magic rest of the instructions from your teacher i'm not your teacher.
import paho.mqtt.client as mqtt
from time import sleep
import random
def on_connect(client, userdata, flags, rc):
if rc==0:
print("connected ok")
#!/bin/bash
# Quick and dirty WEBM to MP4 converter
# by Grzegorz Błaszczyk <grzegorz.blaszczyk@gmail.com> 2017
# License: MIT http://rem.mit-license.org/
FFMPEG=`which ffmpeg`
LAME=`which lame`
RM=`which rm`
@hakxcore
hakxcore / nltk.ipynb
Created July 21, 2022 05:56
NLTK.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hakxcore
hakxcore / index.pug
Created July 9, 2022 11:36
Portfolio Page
#app
@hakxcore
hakxcore / build-a-fancy-hover-animation-complete.markdown
Created July 9, 2022 11:08
Build a fancy hover animation - complete