Skip to content

Instantly share code, notes, and snippets.

View Unkn0wnKisuke's full-sized avatar
:octocat:
Earth-ing

UnknOwnkisuke Unkn0wnKisuke

:octocat:
Earth-ing
View GitHub Profile
@sundowndev
sundowndev / GoogleDorking.md
Last active July 20, 2024 04:54
Google dork cheatsheet

Google dork cheatsheet

Search filters

Filter Description Example
allintext Searches for occurrences of all the keywords given. allintext:"keyword"
intext Searches for the occurrences of keywords all at once or one at a time. intext:"keyword"
inurl Searches for a URL matching one of the keywords. inurl:"keyword"
allinurl Searches for a URL matching all the keywords in the query. allinurl:"keyword"
intitle Searches for occurrences of keywords in title all or one. intitle:"keyword"
@rampfox
rampfox / TNT’s certificate.md
Last active June 26, 2024 16:11
If Crashes when opening Mac Cracked Apps

Apple removed TNT’s certificate, so the app will crash after July 12th. The current solution is to sign it yourself.

Run in Terminal

codesign --force --deep --sign - /Applications/name.app

if Permission denied don't forget to add sudo

example:

@opentaq
opentaq / mailserver.md
Last active June 21, 2024 09:14
Mailserver Installation

Fail2Ban

sudo install fail2ban

UFW

sudo install ufw

UFW Settings

sudu ufw default deny incomoing

sudo ufw default allow outgoins