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
ا,آ,ب,پ,ت,ث,ج,چ,ح,خ,د,ذ,ر,ز,ژ,س,ش,ص,ض,ط,ظ,ع,غ,ف,ک,ك,گ,ل,م,ن,و,ه,ی,ي |
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
body. style. background = color; } window. addEventListener("load",function() { changeBackground('red') }); |
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
"Abbysale": "(?i)(?:abbysale).{0,40}\\b([a-z0-9A-Z]{40})\\b", | |
"Abstract": "(?i)(?:abstract).{0,40}\\b([0-9a-z]{32})\\b", | |
"Abuseipdb": "(?i)(?:abuseipdb).{0,40}\\b([a-z0-9]{80})\\b", | |
"access_key_secret": "access[_-]?key[_-]?secret(=| =|:| :)", | |
"access_secret": "access[_-]?secret(=| =|:| :)", | |
"access_token": "access[_-]?token(=| =|:| :)", | |
"account_sid": "account[_-]?sid(=| =|:| :)", | |
"Accuweather": "(?i)(?:accuweather).{0,40}([a-z0-9A-Z\\%]{35})\\b", | |
"Adafruitio": "\\b(aio\\_[a-zA-Z0-9]{28})\\b", | |
"admin_email": "admin[_-]?email(=| =|:| :)", |
This file has been truncated, but you can view the full file.
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
1usveh.cv.ford.com | |
a3d1.ford.com | |
aathresi-vip-chiadc01-rprxy1-19.chi.ford.com | |
aathresi-vip-ashadc01-rprxy1-19.chi.ford.com | |
abrighterfuture.ford.com | |
accept-account-portal.apps.pp01.useast.cf.ford.com | |
account.ford.com | |
accessories.ford.com | |
accountlb-int-vip-chiadc01-rprxy2-19.chi.ford.com | |
2020explorer.ford.com |
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
0-bris.walmart.com | |
1-bris.walmart.com | |
10-bris.walmart.com | |
100-bris.walmart.com | |
101-bris.walmart.com | |
102-bris.walmart.com | |
103-bris.walmart.com | |
10303016.g.gaming.walmart.com | |
104-bris.walmart.com | |
105-bris.walmart.com |
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
https://systemweakness.com/how-to-crack-install-burpsuite-professional-in-kali-linux-a67eccba8b3d | |
# create file "run.sh" and paste blow line | |
#!/bin/bash | |
java --illegal-access=permit -Dfile.encoding=utf-8 -javaagent:/home/username/Tools/BurpSuite/burploader.jar -noverify -jar /home/username/Tools/BurpSuite/burpsuite_pro.jar & | |
#Create Icone | |
sudo apt-get install alacarte |
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/sh | |
if [ "$(id -u)" -ne 0 ]; then | |
echo 'This script must be run by root' >&2 | |
exit 1 | |
fi | |
echo "we are going to download needed files:)" | |
GITHUB_REPOSITORY=hiddify-config | |
GITHUB_USER=xsoodeh | |
GITHUB_BRANCH_OR_TAG=main |
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
# List of plugins | |
set -g @plugin 'tmux-plugins/tpm' | |
set -g @plugin 'tmux-plugins/tmux-sensible' | |
# Other examples: | |
# set -g @plugin 'github_username/plugin_name' | |
# set -g @plugin 'git@github.com:user/plugin' | |
# set -g @plugin 'git@bitbucket.com:user/plugin' | |
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) |
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
## install golang on zsh | |
wget "https://go.dev/dl/go1.24.4.linux-amd64.tar.gz" -4 | |
sudo rm /usr/local/go ; sudo rm $HOME/go; sudo rm /bin/go | |
tar -C /usr/local -xvf "go1.24.4.linux-amd64.tar.gz" | |
echo export GOPATH=$HOME/go >> ~/.zshrc | |
echo export PATH=$HOME/go/bin:/usr/local/go/bin:$PATH:$GOPATH/bin >> ~/.zshrc | |
source ~/.zshrc | |
go version | |
## install golang on bash |
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
## Configure server for hunt | |
sudo apt update && sudo apt upgrade -y && sudo apt dist-upgrade -y | |
sudo apt install zsh curl git | |
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions | |
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting | |
git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search | |
sudo apt install tmux |
NewerOlder