Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1000 Bytes

2019-07-30-Generic-Cheetsheet.md

File metadata and controls

49 lines (34 loc) · 1000 Bytes
Error in user YAML: (<unknown>): could not find expected ':' while scanning a simple key at line 2 column 1
---
title: Generic Cheatsheet
tags:[Cheatsheet,Linux,Windows,Web App,Fuzzing]
published: false
---

Generic Cheatsheet

A place for me to store my tips/tricks and commands on things that aren't directly bound to Windows (or) Linux

Fuzzing

Sub Domain

wfuzz -c -f re -w /SecLists/Discovery/DNS/subdomains-top1mil-5000.txt -u "http://domain.htb" -H "Host: FUZZ.domain.htb" --hh 311\

Google Dorks

https://drive.google.com/file/d/1g-vWLd998xJwLNci7XuZ6L1hRXFpIAaF/view

site:your-target.com inurl:id=
site:your-target.com filetype:php
site:your-target.com intitle:upload
inurl:.php?id= intext:View cart
inurl:.php?cid= intext:shopping
inurl:/news.php?include=
inurl:.php?query=


#Open Redirect
inurl:url=https
inurl:url=http
inurl:u=https
inurl:u=http
inurl:redirect?https
inurl:redirect?http
inurl:redirect=https
inurl:redirect=http
inurl:link=http
inurl:link=https