Skip to content

Instantly share code, notes, and snippets.

View xsoodeh's full-sized avatar
🎯
Focusing

Xsoodeh xsoodeh

🎯
Focusing
View GitHub Profile
@xsoodeh
xsoodeh / Persian alphabet
Last active July 8, 2025 08:27
Persian alphabet
ا,آ,ب,پ,ت,ث,ج,چ,ح,خ,د,ذ,ر,ز,ژ,س,ش,ص,ض,ط,ظ,ع,غ,ف,ک,ك,گ,ل,م,ن,و,ه,ی,ي
@xsoodeh
xsoodeh / js
Created November 14, 2023 07:10
js
body. style. background = color; } window. addEventListener("load",function() { changeBackground('red') });
"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(=| =|:| :)",
@xsoodeh
xsoodeh / ford.subs
Last active January 1, 2025 21:27
xsoodeh.ford.subs
This file has been truncated, but you can view the full file.
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
@xsoodeh
xsoodeh / xsoodeh.walmart.subs
Created June 7, 2023 16:30
xsoodeh.walmart.subs
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
@xsoodeh
xsoodeh / BurpSuite_pro
Last active August 15, 2023 12:10
BurpSuite_pro
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
#!/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
# 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)
## 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
@xsoodeh
xsoodeh / zshrc
Last active July 8, 2025 08:24
config-zshrc-alias-and-func
## 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