Skip to content

Instantly share code, notes, and snippets.

View AnonQuebec's full-sized avatar

AnonymousQuebec AnonQuebec

View GitHub Profile
@AnonQuebec
AnonQuebec / setupmykl.sh
Created January 15, 2025 00:08 — forked from rahmiy/setupmykl.sh
Script to setup my kl installation. (deprecated)
#!/bin/bash
#LAST UPDATE: 30/03/2020
#LAS CHANGE: added pkg-config.
RED='\033[0;31m'
GRN='\033[0;32m'
YLL='\033[1;33m'
NC='\033[0m' # No Color
#FILE NAMES
PTROOTDIR="pentestTools"
PTDIRS="{lists,tools,shells/{klbuiltin,}}"
@AnonQuebec
AnonQuebec / PowerView-3.0-tricks.ps1
Created January 15, 2025 00:08 — forked from rahmiy/PowerView-3.0-tricks.ps1
PowerView-3.0 tips and tricks
# PowerView's last major overhaul is detailed here: http://www.harmj0y.net/blog/powershell/make-powerview-great-again/
# tricks for the 'old' PowerView are at https://gist.github.com/HarmJ0y/3328d954607d71362e3c
# the most up-to-date version of PowerView will always be in the dev branch of PowerSploit:
# https://github.com/PowerShellMafia/PowerSploit/blob/dev/Recon/PowerView.ps1
# New function naming schema:
# Verbs:
# Get : retrieve full raw data sets
# Find : ‘find’ specific data entries in a data set
========================================================================================================================
Kerberos Attacks
========================================================================================================================
[+] Kerbose attack
./GetUserSPNs.py -dc-ip 192.168.168.10 sittingduck.info/notanadmin
# Enumeration
# Credential Injection
runas.exe /netonly /user:<domain>\<username> cmd.exe
# enumeration users
users
net user /domain
@AnonQuebec
AnonQuebec / Active Directory Attacks.md
Created January 15, 2025 00:07 — forked from rahmiy/Active Directory Attacks.md
Active Directory Attacks #oscp
# Enumeration
# Credential Injection
runas.exe /netonly /user:<domain>\<username> cmd.exe
# enumeration users
users
net user /domain
@AnonQuebec
AnonQuebec / Active Directory Attacks.md
Created January 15, 2025 00:06 — forked from ssstonebraker/Active Directory Attacks.md
Active Directory Attacks #oscp
@AnonQuebec
AnonQuebec / oscp_prep.md
Created January 15, 2025 00:05 — forked from rahmiy/oscp_prep.md
Resource for OSCP like HTB Boxes with Ippsec Videos and Writeups.
from shodan import Shodan
import subprocess as sp
import requests
api = Shodan("iG0r3X7hjuIVWlopWTyy8DPO7eIF3wEG")
def clrscr():
sp.call(["clear"], shell=True)
def breakline():
@AnonQuebec
AnonQuebec / htaccess.txt
Created May 18, 2022 14:50 — forked from shinryux/htaccess.txt
htaccess for ryuframework
Options All -Indexes
RewriteEngine on
RewriteCond %{HTTP_HOST} ^{domain}$ [NC,OR]
RewriteCond %{HTTP_HOST} ^{domain}$
RewriteCond %{REQUEST_URI} !public/
RewriteRule (.*) /public/$1 [L]
# START BAD BOTS ### DO NOT EDIT THIS LINE AT ALL ###
BrowserMatchNoCase "(?:\b)360Spider(?:\b)" bad_bot