.*\.(css|js|svg|css|svg|png|jpeg|jpg|gif|pdf|svg|md|ico|js|htm|html|txt|md|woff2|woff|webp|ttf|xml|doc|docx|bmp|mp3|mp4|json)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ "$#" -ne 1 ]; then | |
echo "Usage: $0 <domain>" | |
exit 1 | |
fi | |
domain="$1" | |
url_encode() { | |
echo -n "$1" | xxd -plain | tr -d '\n' | sed 's/\(..\)/%\1/g' | |
} | |
while IFS= read -r line; do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Sets chmod permissions for the PEM file to be used with Windows' OpenSSH | |
# without annoying "WARNING: UNPROTECTED PRIVATE KEY FILE!" message. | |
# | |
function Set-SSHPermissions { | |
param( | |
[string] | |
$FilePath |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66e6584084f60ebe96f809e624374ca5d8a7d20b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"project_options":{ | |
"misc":{ | |
"collaborator_server":{ | |
"type":"none" | |
} | |
} | |
}, | |
"proxy":{ | |
"http_history_display_filter":{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 8d16362098c47e4628413f20f6e5dd8840bd804950cd6714bb56e6b4e87c40d0 | |
# fmtstr_payload() is not used here, it's more fun this way ;) | |
from pwn import * | |
import sys | |
# 64bit | |
def get_process(is_remote = False): | |
if is_remote: | |
return remote(*REMOTE_PATH) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import smtplib | |
def send_data(): | |
gmail_user = '[email protected]' | |
gmail_password = 'password' # env_var | |
# Create Email | |
mail_from = gmail_user | |
mail_to = "[email protected]" | |
mail_subject = 'You have a massage' | |
mail_message_body = 'Body \n' | |
mail_message = 'From: '+ gmail_user +'\nTo: ' + mail_to + '\nSubject: You have a new massage\n'+mail_message_body+'\n\n' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
your_gitlab_profile=gitlab-example.com:username | |
github_link=$1 | |
folder_name=$(echo $github_link | awk -F'/' '{print $NF}' | rev | cut -c5- | rev) | |
git clone $github_link $folder_name | |
cd $folder_name | |
rm -rf .git/ | |
git init | |
git add * | |
git commit -m "Backup script" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function cleansoslogs() { | |
ssh root@$1 -t "so-nsm-clear -y; sleep 1; so-elastic-clear -y; sleep 1; so-sensor-clean" | |
} |
All BigBountyRecon queries without GUI:
$ cat queries.txt
https://www.google.com/search?q=site:REPLACEME intitle:index.of
https://www.google.com/search?q=site:REPLACEME ext:xml | ext:conf | ext:cnf | ext:reg | ext:inf | ext:rdp | ext:cfg | ext:txt | ext:ora | ext:ini
https://www.google.com/search?q=site:REPLACEME ext:sql | ext:dbf | ext:mdb
https://www.google.com/search?q=site:REPLACEME inurl:wp- | inurl:wp-content | inurl:plugins | inurl:uploads | inurl:themes | inurl:download