├── settings ├── exec │ ├── apktool │ ├── arjun │ ├── crunch │ ├── dirb │ ├── exiftool │ ├── ghost │ ├── gobuster │ ├── h8mail │ ├── holehe │ ├── john │ ├── mosint │ ├── netcat │ ├── shodan │ ├── sigit │ ├── sqlmap │ ├── tmate │ ├── metasploit │ ├── octosuite │ ├── onionsearch │ ├── speedtest │ ├── translate │ ├── virustotal │ ├── aquatone │ ├── gophish │ ├── beef-xss │ ├── cupp │ ├── hydra │ ├── infoga │ ├── nexfil │ ├── nikto │ ├── photon │ ├── qrlink │ ├── seeker │ ├── vector │ ├── weeman │ ├── whatweb │ ├── wortex │ ├── chatgpt │ ├── ncshare │ ├── recondog │ ├── redhawk │ ├── evilurl │ ├── fbuserid │ ├── hash-buster │ ├── recon-ng │ ├── transwer │ ├── hash-id │ ├── iphunter │ ├── phone-dox │ ├── saycheese │ ├── xsstrike │ ├── magmaosint │ ├── nmap │ ├── protosint │ ├── slowloris │ ├── sublist3r │ ├── ecuador-id │ ├── hashcrypt │ ├── metagoofil │ ├── pwnedornot │ ├── sherlock │ ├── email2pn │ ├── phoneinfoga │ ├── routersploit │ └── phonesploit ├── lctools │ └── .download ├── style │ ├── .termux │ │ ├── colors.properties │ │ ├── shell │ │ ├── font.ttf │ │ └── termux.properties │ ├── config.fish │ └── bash.bashrc ├── spyexec │ ├── ltserv │ ├── netscan │ ├── nvim │ ├── ngrokserv │ ├── ipca │ ├── ipvt │ ├── torip │ └── chip ├── config │ ├── config.json │ └── openurl.js └── retools │ ├── cupp.sh │ ├── dirb.sh │ ├── john.sh │ ├── nmap.sh │ ├── arjun.sh │ ├── ghost.sh │ ├── hydra.sh │ ├── nikto.sh │ ├── sigit.sh │ ├── tmate.sh │ ├── apktool.sh │ ├── chatgpt.sh │ ├── crunch.sh │ ├── evilurl.sh │ ├── gophish.sh │ ├── h8mail.sh │ ├── hash-id.sh │ ├── holehe.sh │ ├── infoga.sh │ ├── mosint.sh │ ├── ncshare.sh │ ├── netcat.sh │ ├── nexfil.sh │ ├── photon.sh │ ├── qrlink.sh │ ├── redhawk.sh │ ├── seeker.sh │ ├── shodan.sh │ ├── sqlmap.sh │ ├── vector.sh │ ├── weeman.sh │ ├── whatweb.sh │ ├── wortex.sh │ ├── aquatone.sh │ ├── beef-xss.sh │ ├── email2pn.sh │ ├── exiftool.sh │ ├── fbuserid.sh │ ├── gobuster.sh │ ├── iphunter.sh │ ├── recon-ng.sh │ ├── recondog.sh │ ├── sherlock.sh │ ├── translate.sh │ ├── transwer.sh │ ├── xsstrike.sh │ ├── hashcrypt.sh │ ├── octosuite.sh │ ├── phone-dox.sh │ ├── protosint.sh │ ├── saycheese.sh │ ├── slowloris.sh │ ├── speedtest.sh │ ├── sublist3r.sh │ ├── virustotal.sh │ ├── ecuador-id.sh │ ├── hash-buster.sh │ ├── magmaosint.sh │ ├── metagoofil.sh │ ├── metasploit.sh │ └── pwnedornot.sh ├── images └── CyberSpy.png ├── dev.sh ├── .gitignore └── README.md /settings/exec/apktool: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /settings/exec/arjun: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /settings/exec/crunch: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /settings/exec/dirb: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /settings/exec/exiftool: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /settings/exec/ghost: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /settings/exec/gobuster: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /settings/exec/h8mail: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /settings/exec/holehe: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /settings/exec/john: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /settings/exec/mosint: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /settings/exec/netcat: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /settings/exec/shodan: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /settings/exec/sigit: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /settings/exec/sqlmap: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /settings/exec/tmate: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /settings/exec/metasploit: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /settings/exec/octosuite: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /settings/exec/onionsearch: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /settings/exec/speedtest: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /settings/exec/translate: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /settings/exec/virustotal: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /settings/lctools/.download: -------------------------------------------------------------------------------- 1 | File Download 2 | -------------------------------------------------------------------------------- /settings/style/.termux/colors.properties: -------------------------------------------------------------------------------- 1 | cursor=#00FF00 2 | -------------------------------------------------------------------------------- /settings/exec/aquatone: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | aquatone-discover "$@" 3 | -------------------------------------------------------------------------------- /settings/style/.termux/shell: -------------------------------------------------------------------------------- 1 | /data/data/com.termux/files/usr/bin/fish -------------------------------------------------------------------------------- /images/CyberSpy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Darkmux/cyberspy/HEAD/images/CyberSpy.png -------------------------------------------------------------------------------- /settings/style/.termux/font.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Darkmux/cyberspy/HEAD/settings/style/.termux/font.ttf -------------------------------------------------------------------------------- /settings/exec/gophish: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | gophish="/data/data/com.termux/files/usr/opt/gophish" 3 | cd ${gophish} 4 | ./gophish "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/beef-xss: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | beef="/data/data/com.termux/files/usr/opt/beef" 3 | cd ${beef} 4 | exec ruby "${beef}/beef" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/cupp: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cupp="/data/data/com.termux/files/usr/opt/cupp" 3 | cd ${cupp} 4 | exec python3 "${cupp}/cupp.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/hydra: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | hydra="/data/data/com.termux/files/usr/opt/thc-hydra" 3 | cd ${hydra} 4 | exec ./ "${hydra}/hydra" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/infoga: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | infoga="/data/data/com.termux/files/usr/opt/Infoga" 3 | cd ${infoga} 4 | exec python3 "${infoga}/infoga.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/nexfil: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | nexfil="/data/data/com.termux/files/usr/opt/nexfil" 3 | cd ${nexfil} 4 | exec python3 "${nexfil}/nexfil.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/nikto: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | nikto="/data/data/com.termux/files/usr/opt/nikto/program" 3 | cd ${nikto} 4 | exec perl "${nikto}/nikto.pl" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/photon: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | photon="/data/data/com.termux/files/usr/opt/Photon" 3 | cd ${photon} 4 | exec python3 "${photon}/photon.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/qrlink: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | qrlink="/data/data/com.termux/files/usr/opt/qrlink" 3 | cd ${qrlink} 4 | exec bash "${qrlink}/qrlink.sh" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/seeker: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | seeker="/data/data/com.termux/files/usr/opt/seeker" 3 | cd ${seeker} 4 | exec python3 "${seeker}/seeker.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/vector: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | vector="/data/data/com.termux/files/usr/opt/vector" 3 | cd ${vector} 4 | exec python3 "${vector}/vector.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/weeman: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | weeman="/data/data/com.termux/files/usr/opt/weeman" 3 | cd ${weeman} 4 | exec python2 "${weeman}/weeman.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/whatweb: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | whatweb="/data/data/com.termux/files/usr/opt/WhatWeb" 3 | cd ${whatweb} 4 | exec ruby "${whatweb}/whatweb" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/wortex: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | wortex="/data/data/com.termux/files/usr/opt/wortex" 3 | cd ${wortex} 4 | exec python3 "${wortex}/wortex.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/chatgpt: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | chatgpt="/data/data/com.termux/files/usr/opt/chatgpt" 3 | cd ${chatgpt} 4 | exec bash "${chatgpt}/chatgpt.sh" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/ncshare: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | NCShare="/data/data/com.termux/files/usr/opt/ncshare" 3 | cd ${NCShare} 4 | exec bash "${NCShare}/ncshare.sh" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/recondog: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | recondog="/data/data/com.termux/files/usr/opt/ReconDog" 3 | cd ${recondog} 4 | exec python3 "${recondog}/dog" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/redhawk: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | redhawk="/data/data/com.termux/files/usr/opt/RED_HAWK" 3 | cd ${redhawk} 4 | exec php "${redhawk}/rhawk.php" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/evilurl: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | evilurl="/data/data/com.termux/files/usr/opt/EvilURL" 3 | cd ${evilurl} 4 | exec python3 "${evilurl}/evilurl.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/fbuserid: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | fbuserid="/data/data/com.termux/files/usr/opt/fbuserid" 3 | cd ${fbuserid} 4 | exec bash "${fbuserid}/fbuserid.sh" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/hash-buster: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | buster="/data/data/com.termux/files/usr/opt/Hash-Buster" 3 | cd ${buster} 4 | exec python3 "${buster}/hash.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/recon-ng: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | reconng="/data/data/com.termux/files/usr/opt/recon-ng" 3 | cd ${reconng} 4 | exec python3 "${reconng}/recon-ng" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/transwer: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | transwer="/data/data/com.termux/files/usr/opt/transwer" 3 | cd ${transwer} 4 | exec bash "${transwer}/transwer.sh" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/hash-id: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | hashid="/data/data/com.termux/files/usr/opt/hash-identifier" 3 | cd ${hashid} 4 | exec python3 "${hashid}/hash-id.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/iphunter: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | iphunter="/data/data/com.termux/files/usr/opt/iphunter" 3 | cd ${iphunter} 4 | exec python3 "${iphunter}/iphunter.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/phone-dox: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | PhoneDox="/data/data/com.termux/files/usr/opt/Phone-dox" 3 | cd ${PhoneDox} 4 | exec python3 "${PhoneDox}/phone.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/saycheese: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | saycheese="/data/data/com.termux/files/usr/opt/saycheese" 3 | cd ${saycheese} 4 | exec bash "${saycheese}/saycheese.sh" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/xsstrike: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | xsstrike="/data/data/com.termux/files/usr/opt/XSStrike" 3 | cd ${xsstrike} 4 | exec python3 "${xsstrike}/xsstrike.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/magmaosint: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | magmaosint="/data/data/com.termux/files/usr/opt/MagmaOsint" 3 | cd ${magmaosint} 4 | exec python3 "${magmaosint}/osint.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/nmap: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | metagoofil="/data/data/com.termux/files/usr/opt/metagoofil" 3 | cd ${metagoofil} 4 | exec python3 "${metagoofil}/metagoofil.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/protosint: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | protosint="/data/data/com.termux/files/usr/opt/ProtOSINT" 3 | cd ${protosint} 4 | exec python3 "${protosint}/protosint.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/slowloris: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | slowloris="/data/data/com.termux/files/usr/opt/slowloris" 3 | cd ${slowloris} 4 | exec python3 "${slowloris}/slowloris.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/sublist3r: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | sublister="/data/data/com.termux/files/usr/opt/Sublist3r" 3 | cd ${sublister} 4 | exec python3 "${sublister}/sublist3r.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/ecuador-id: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | EcuadorID="/data/data/com.termux/files/usr/opt/Ecuador-ID" 3 | cd ${EcuadorID} 4 | exec python3 "${EcuadorID}/Ecuador-ID.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/hashcrypt: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | hashcrypt="/data/data/com.termux/files/usr/opt/hashcrypt" 3 | cd ${hashcrypt} 4 | exec python3 "${hashcrypt}/hashcrypt-v2.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/metagoofil: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | metagoofil="/data/data/com.termux/files/usr/opt/metagoofil" 3 | cd ${metagoofil} 4 | exec python3 "${metagoofil}/metagoofil.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/pwnedornot: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | pwnedornot="/data/data/com.termux/files/usr/opt/pwnedOrNot" 3 | cd ${pwnedornot} 4 | exec python3 "${pwnedornot}/pwnedornot.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/sherlock: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | sherlock="/data/data/com.termux/files/usr/opt/sherlock/sherlock" 3 | cd ${sherlock} 4 | exec python3 "${sherlock}/sherlock.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/email2pn: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | email2pn="/data/data/com.termux/files/usr/opt/email2phonenumber" 3 | cd ${email2pn} 4 | exec python3 "${email2pn}/email2phonenumber.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/phoneinfoga: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | phoneinfoga="/data/data/com.termux/files/usr/opt/PhoneInfoga" 3 | cd ${phoneinfoga} 4 | exec python3 "${phoneinfoga}/phoneinfoga.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/routersploit: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | routersploit="/data/data/com.termux/files/usr/opt/routersploit" 3 | cd ${routersploit} 4 | exec python3 "${routersploit}/rsf.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/exec/phonesploit: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | phonesploit="/data/data/com.termux/files/usr/opt/PhoneSploit-Pro" 3 | cd ${phonesploit} 4 | exec python3 "${phonesploit}/phonesploitpro.py" "$@" 5 | -------------------------------------------------------------------------------- /settings/style/config.fish: -------------------------------------------------------------------------------- 1 | if status is-interactive 2 | # Commands to run in interactive sessions can go here 3 | end 4 | 5 | cat /data/data/com.termux/files/home/cyberspy/settings/style/spy.txt | lolcat 6 | -------------------------------------------------------------------------------- /dev.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | spy style small 4 | git pull origin main 5 | git branch -m main 6 | git add . 7 | git status 8 | read -p "commit: " commit 9 | git commit -m "${commit}" 10 | gitoken 11 | git push origin main 12 | -------------------------------------------------------------------------------- /settings/spyexec/ltserv: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | lt=$(command -v lt) 4 | 5 | if [[ "${lt}" == "" ]]; then 6 | yes|pkg update && pkg upgrade 7 | yes|pkg install nodejs 8 | npm install -g localtunnel 9 | cp ~/cyberspy/settings/config/openurl.js /data/data/com.termux/files/usr/lib/node_modules/localtunnel/node_modules/openurl 10 | fi 11 | 12 | lt "$@" 13 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Build and Release Folders 2 | bin-debug/ 3 | bin-release/ 4 | [Oo]bj/ 5 | [Bb]in/ 6 | 7 | # Other files and folders 8 | .settings/ 9 | 10 | # Executables 11 | *.swf 12 | *.air 13 | *.ipa 14 | *.apk 15 | 16 | # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` 17 | # should NOT be excluded as they contain compiler settings and other important 18 | # information for Eclipse / Flash Builder. 19 | -------------------------------------------------------------------------------- /settings/spyexec/netscan: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | nmap=$(command -v nmap) 4 | 5 | if [[ "${nmap}" == "" ]]; then 6 | yes|pkg update && pkg upgrade 7 | yes|pkg install nmap 8 | fi 9 | 10 | ipvt=$(ifconfig | grep -i "inet 192.168" | cut -d " " -f 10) 11 | num=$(echo "${ipvt}" | cut -d "." -f 3) 12 | gateway="192.168.${num}" 13 | echo -e "scanning wireless network..." 14 | nmap -P 192.168.${num}.1-254 | grep -i "for" | cut -d " " -f 5 15 | -------------------------------------------------------------------------------- /settings/spyexec/nvim: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | vim=$(command -v vim) 4 | if [[ "${vim}" == "" ]]; then 5 | yes|pkg install vim 6 | fi 7 | 8 | file=$@ 9 | ext=$(echo "${file}" | cut -d "." -f 2) 10 | 11 | if [[ "${ext}" == "html" ]]; then 12 | echo "set tabstop=8 softtabstop=0 expandtab shiftwidth=2 smarttab" > ~/.vimrc 13 | elif [[ "${ext}" == "ejs" ]]; then 14 | echo "set tabstop=8 softtabstop=0 expandtab shiftwidth=2 smarttab" > ~/.vimrc 15 | else 16 | echo "set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab" > ~/.vimrc 17 | fi 18 | 19 | vim "$@" 20 | -------------------------------------------------------------------------------- /settings/config/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "admin_server": { 3 | "listen_url": "127.0.0.1:3333", 4 | "use_tls": true, 5 | "cert_path": "gophish_admin.crt", 6 | "key_path": "gophish_admin.key", 7 | "trusted_origins": [] 8 | }, 9 | "phish_server": { 10 | "listen_url": "127.0.0.1:8080", 11 | "use_tls": false, 12 | "cert_path": "example.crt", 13 | "key_path": "example.key" 14 | }, 15 | "db_name": "sqlite3", 16 | "db_path": "gophish.db", 17 | "migrations_prefix": "db/db_", 18 | "contact_address": "", 19 | "logging": { 20 | "filename": "", 21 | "level": "" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /settings/spyexec/ngrokserv: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ngrok=$(command -v ngrok) 4 | 5 | if [[ "${ngrok}" == "" ]]; then 6 | yes|pkg update && pkg upgrade 7 | yes|pkg install wget 8 | wget https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm.tgz -O /data/data/com.termux/files/usr/bin/ngrok-v3-stable-linux-arm.tgz 9 | tar xzvf /data/data/com.termux/files/usr/bin/ngrok-v3-stable-linux-arm.tgz 10 | rm /data/data/com.termux/files/usr/bin/ngrok-v3-stable-linux-arm.tgz 11 | mv ngrok /data/data/com.termux/files/usr/bin 12 | chmod 777 /data/data/com.termux/files/usr/bin/ngrok 13 | fi 14 | 15 | ngrok "$@" 16 | -------------------------------------------------------------------------------- /settings/spyexec/ipca: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | tor=$(command -v tor) 4 | torsocks=$(command -v torsocks) 5 | proxychains4=$(command -v proxychains4) 6 | w3m=$(command -v w3m) 7 | 8 | if [[ "${tor}" == "" ]]; then 9 | yes|pkg update && pkg upgrade 10 | yes|pkg install tor 11 | fi 12 | if [[ "${torsocks}" == "" ]]; then 13 | yes|pkg update && pkg upgrade 14 | yes|pkg install torsocks 15 | fi 16 | if [[ "${proxychains4}" == "" ]]; then 17 | yes|pkg update && pkg upgrade 18 | yes|pkg install proxychains-ng 19 | fi 20 | if [[ "${w3m}" == "" ]]; then 21 | yes|pkg update && pkg upgrade 22 | yes|pkg install w3m 23 | fi 24 | 25 | curl ifconfig.so 26 | -------------------------------------------------------------------------------- /settings/spyexec/ipvt: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | tor=$(command -v tor) 4 | torsocks=$(command -v torsocks) 5 | proxychains4=$(command -v proxychains4) 6 | w3m=$(command -v w3m) 7 | 8 | if [[ "${tor}" == "" ]]; then 9 | yes|pkg update && pkg upgrade 10 | yes|pkg install tor 11 | fi 12 | if [[ "${torsocks}" == "" ]]; then 13 | yes|pkg update && pkg upgrade 14 | yes|pkg install torsocks 15 | fi 16 | if [[ "${proxychains4}" == "" ]]; then 17 | yes|pkg update && pkg upgrade 18 | yes|pkg install proxychains-ng 19 | fi 20 | if [[ "${w3m}" == "" ]]; then 21 | yes|pkg update && pkg upgrade 22 | yes|pkg install w3m 23 | fi 24 | 25 | ipvt=$(ifconfig | grep -i "inet 192.168" | cut -d " " -f 10) 26 | echo -e "${ipvt}" 27 | -------------------------------------------------------------------------------- /settings/spyexec/torip: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | tor=$(command -v tor) 4 | torsocks=$(command -v torsocks) 5 | proxychains4=$(command -v proxychains4) 6 | w3m=$(command -v w3m) 7 | 8 | if [[ "${tor}" == "" ]]; then 9 | yes|pkg update && pkg upgrade 10 | yes|pkg install tor 11 | fi 12 | if [[ "${torsocks}" == "" ]]; then 13 | yes|pkg update && pkg upgrade 14 | yes|pkg install torsocks 15 | fi 16 | if [[ "${proxychains4}" == "" ]]; then 17 | yes|pkg update && pkg upgrade 18 | yes|pkg install proxychains-ng 19 | fi 20 | if [[ "${w3m}" == "" ]]; then 21 | yes|pkg update && pkg upgrade 22 | yes|pkg install w3m 23 | fi 24 | 25 | checktor=$(curl --socks5-hostname localhost:9050 -s https://www.google.com > /dev/null; echo $?) 26 | 27 | if [[ "${checktor}" -gt "0" ]]; then 28 | echo -e "You must first connect to the tor network." 29 | exit 30 | else 31 | proxychains4 curl ifconfig.so 32 | fi 33 | -------------------------------------------------------------------------------- /settings/spyexec/chip: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | tor=$(command -v tor) 4 | torsocks=$(command -v torsocks) 5 | proxychains4=$(command -v proxychains4) 6 | w3m=$(command -v w3m) 7 | 8 | if [[ "${tor}" == "" ]]; then 9 | yes|pkg update && pkg upgrade 10 | yes|pkg install tor 11 | fi 12 | if [[ "${torsocks}" == "" ]]; then 13 | yes|pkg update && pkg upgrade 14 | yes|pkg install torsocks 15 | fi 16 | if [[ "${proxychains4}" == "" ]]; then 17 | yes|pkg update && pkg upgrade 18 | yes|pkg install proxychains-ng 19 | fi 20 | if [[ "${w3m}" == "" ]]; then 21 | yes|pkg update && pkg upgrade 22 | yes|pkg install w3m 23 | fi 24 | 25 | checktor=$(curl --socks5-hostname localhost:9050 -s https://www.google.com > /dev/null; echo $?) 26 | 27 | if [[ "${checktor}" -gt "0" ]]; then 28 | echo -e "You must first connect to the tor network." 29 | exit 30 | else 31 | killall -HUP tor 32 | proxychains4 curl ifconfig.so 33 | fi 34 | -------------------------------------------------------------------------------- /settings/style/bash.bashrc: -------------------------------------------------------------------------------- 1 | # Command history tweaks: 2 | # - Append history instead of overwriting 3 | # when shell exits. 4 | # - When using history substitution, do not 5 | # exec command immediately. 6 | # - Do not save to history commands starting 7 | # with space. 8 | # - Do not save duplicated commands. 9 | shopt -s histappend 10 | shopt -s histverify 11 | export HISTCONTROL=ignoreboth 12 | 13 | # Default command line prompt. 14 | PROMPT_DIRTRIM=2 15 | PS1='\[\e[0;32m\]\w\[\e[0m\] \[\e[0;97m\]\$\[\e[0m\] ' 16 | 17 | # Handles nonexistent commands. 18 | # If user has entered command which invokes non-available 19 | # utility, command-not-found will give a package suggestions. 20 | if [ -x /data/data/com.termux/files/usr/libexec/termux/command-not-found ]; then 21 | command_not_found_handle() { 22 | /data/data/com.termux/files/usr/libexec/termux/command-not-found "$1" 23 | } 24 | fi 25 | 26 | [ -r /data/data/com.termux/files/usr/share/bash-completion/bash_completion ] && . /data/data/com.termux/files/usr/share/bash-completion/bash_completion 27 | 28 | cp /data/data/com.termux/files/home/cyberspy/settings/style/config.fish ~/.config/fish 29 | cat /data/data/com.termux/files/home/cyberspy/settings/style/spy.txt 30 | chsh -s fish 31 | fish 32 | -------------------------------------------------------------------------------- /settings/config/openurl.js: -------------------------------------------------------------------------------- 1 | var spawn = require('child_process').spawn; 2 | 3 | var command; 4 | 5 | switch(process.platform) { 6 | case 'darwin': 7 | command = 'open'; 8 | break; 9 | case 'win32': 10 | command = 'explorer.exe'; 11 | break; 12 | case 'android': 13 | command = 'termux-open-url'; 14 | break; 15 | case 'linux': 16 | command = 'xdg-open'; 17 | break; 18 | default: 19 | throw new Error('Unsupported platform: ' + process.platform); 20 | } 21 | 22 | /** 23 | * Error handling is deliberately minimal, as this function is to be easy to use for shell scripting 24 | * 25 | * @param url The URL to open 26 | * @param callback A function with a single error argument. Optional. 27 | */ 28 | 29 | function open(url, callback) { 30 | var child = spawn(command, [url]); 31 | var errorText = ""; 32 | child.stderr.setEncoding('utf8'); 33 | child.stderr.on('data', function (data) { 34 | errorText += data; 35 | }); 36 | child.stderr.on('end', function () { 37 | if (errorText.length > 0) { 38 | var error = new Error(errorText); 39 | if (callback) { 40 | callback(error); 41 | } else { 42 | throw error; 43 | } 44 | } else if (callback) { 45 | callback(error); 46 | } 47 | }); 48 | } 49 | 50 | /** 51 | * @param fields Common fields are: "subject", "body". 52 | * Some email apps let you specify arbitrary headers here. 53 | * @param recipientsSeparator Default is ",". Use ";" for Outlook. 54 | */ 55 | function mailto(recipients, fields, recipientsSeparator, callback) { 56 | recipientsSeparator = recipientsSeparator || ","; 57 | 58 | var url = "mailto:"+recipients.join(recipientsSeparator); 59 | Object.keys(fields).forEach(function (key, index) { 60 | if (index === 0) { 61 | url += "?"; 62 | } else { 63 | url += "&"; 64 | } 65 | url += key + "=" + encodeURIComponent(fields[key]); 66 | }); 67 | open(url, callback); 68 | } 69 | 70 | exports.open = open; 71 | exports.mailto = mailto; 72 | -------------------------------------------------------------------------------- /settings/style/.termux/termux.properties: -------------------------------------------------------------------------------- 1 | ### After making changes and saving you need to run `termux-reload-settings` 2 | ### to update the terminal. All information here can also be found on the 3 | ### wiki: https://wiki.termux.com/wiki/Terminal_Settings 4 | 5 | ############### 6 | # Extra keys 7 | ############### 8 | 9 | ### Settings for choosing which set of symbols to use for illustrating keys. 10 | ### Choose between default, arrows-only, arrows-all, all and none 11 | # extra-keys-style = default 12 | 13 | ### Default extra-key configuration 14 | # extra-keys = [[ESC, TAB, CTRL, ALT, {key: '-', popup: '|'}, DOWN, UP]] 15 | 16 | ### Two rows with more keys 17 | # extra-keys = [['ESC','/','-','HOME','UP','END','PGUP'], \ 18 | # ['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']] 19 | 20 | ### Configuration with additional popup keys (swipe up from an extra key) 21 | # extra-keys = [[ \ 22 | # {key: ESC, popup: {macro: "CTRL f d", display: "tmux exit"}}, \ 23 | # {key: CTRL, popup: {macro: "CTRL f BKSP", display: "tmux ←"}}, \ 24 | # {key: ALT, popup: {macro: "CTRL f TAB", display: "tmux →"}}, \ 25 | # {key: TAB, popup: {macro: "ALT a", display: A-a}}, \ 26 | # {key: LEFT, popup: HOME}, \ 27 | # {key: DOWN, popup: PGDN}, \ 28 | # {key: UP, popup: PGUP}, \ 29 | # {key: RIGHT, popup: END}, \ 30 | # {macro: "ALT j", display: A-j, popup: {macro: "ALT g", display: A-g}}, \ 31 | # {key: KEYBOARD, popup: {macro: "CTRL d", display: exit}} \ 32 | # ]] 33 | 34 | ############### 35 | # Colors/themes 36 | ############### 37 | 38 | ### Force black colors for drawer and dialogs 39 | # use-black-ui = true 40 | 41 | ############### 42 | # Keyboard shortcuts 43 | ############### 44 | 45 | ### Open a new terminal with ctrl + t (volume down + t) 46 | # shortcut.create-session = ctrl + t 47 | 48 | ### Go one session down with (for example) ctrl + 2 49 | # shortcut.next-session = ctrl + 2 50 | 51 | ### Go one session up with (for example) ctrl + 1 52 | # shortcut.previous-session = ctrl + 1 53 | 54 | ### Rename a session with (for example) ctrl + n 55 | # shortcut.rename-session = ctrl + n 56 | 57 | ############### 58 | # Bell key 59 | ############### 60 | 61 | ### Vibrate device (default). 62 | # bell-character = vibrate 63 | 64 | ### Beep with a sound. 65 | # bell-character = beep 66 | 67 | ### Ignore bell character. 68 | # bell-character = ignore 69 | 70 | ############### 71 | # Back key 72 | ############### 73 | 74 | ### Send the Escape key. 75 | # back-key=escape 76 | 77 | ### Hide keyboard or leave app (default). 78 | # back-key=back 79 | 80 | ############### 81 | # Keyboard issue workarounds 82 | ############### 83 | 84 | ### Letters might not appear until enter is pressed on Samsung devices 85 | # enforce-char-based-input = true 86 | 87 | ### ctrl+space (for marking text in emacs) does not work on some devices 88 | # ctrl-space-workaround = true 89 | 90 | terminal-cursor-blink-rate=500 91 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # CyberSpy - Espía Cibernético 2 | Hacking Tool Suite for Android in Termux **(No root)** 3 | > This tool can only be executed in Termux. 4 | ## Preview in Termux 5 | ![CyberSpy](https://github.com/Darkmux/cyberspy/blob/main/images/CyberSpy.png) 6 | ## Requirements 7 | * Updated Termux application. 8 | * Android 9 or higher. 9 | * Minimum 100MB of available storage. 10 | ## Download Termux F-Droid 11 | > Note: It is not recommended to use the Termux application that is available in "Google Play Store" because the developers no longer maintain this app and therefore it is outdated. Termux still receives updates on another platform called "F-Droid" so download the app with the following link: 12 | [Termux F-Droid](https://f-droid.org/en/packages/com.termux) 13 | ## Installation in Termux 14 | > Update Termux repositories. 15 | ```bash 16 | yes|pkg update && yes|pkg upgrade 17 | ``` 18 | > Grant storage permissions to Termux. 19 | ```bash 20 | termux-setup-storage 21 | ``` 22 | > Install "git" version control software. 23 | ```bash 24 | yes|pkg install git 25 | ``` 26 | > Clone github repository. 27 | ```bash 28 | git clone https://github.com/Darkmux/cyberspy.git 29 | ``` 30 | > Access the cloned "cyberspy" folder. 31 | ```bash 32 | cd cyberspy 33 | ``` 34 | > Grant execute permissions to all files with extension (.sh). 35 | ```bash 36 | chmod 777 *.sh 37 | ``` 38 | > Run the installer. 39 | ```bash 40 | bash cyberspy.sh 41 | ``` 42 | ## New Commands Available 43 | > The main command is `spy` which is used along with its arguments for it to work properly: 44 | ## Arguments Available 45 | > Shows a help menu on the use of cyberspy in the terminal. 46 | ```bash 47 | spy help 48 | ``` 49 | > Shows the list of tools or banners available to use and install. 50 | ```bash 51 | spy list 52 | ``` 53 | > Find and update CyberSpy to its latest version. (Run it whenever they enter the terminal). 54 | ```bash 55 | spy update 56 | ``` 57 | > Completely uninstall CyberSpy and go back to the default Termux (only use it if you don't like cyberspy). 58 | ```bash 59 | spy uninstall 60 | ``` 61 | > Changes the size of the banner depending on the specified argument. (It is recommended to adapt it to your font size in Termux). 62 | ```bash 63 | spy style 64 | ``` 65 | > Installs the tool specified as an argument. 66 | ```bash 67 | spy install 68 | ``` 69 | > Removes the tool specified as an argument. 70 | ```bash 71 | spy remove 72 | ``` 73 | > Reinstall the tool specified as argument. 74 | ```bash 75 | spy reinstall 76 | ``` 77 | ## Follow Me 78 | * [YouTube](https://youtube.com/channel/UCfMjNcFvJae_9g7wQI2W7EA) 79 | * [Facebook](https://www.facebook.com/whitehacks00 "WHITE HACKS") 80 | * [TikTok](https://tiktok.com/@whitehacks00 "WHITE HACKS") 81 | * [Telegram](https://t.me/whitehacks00 "WHITE HACKS") 82 | * [WhatsApp](https://wa.me/+593981480757 "Darkmux") 83 | ## Coded by: @Darkmux 84 | ## © WHITE HACKS 85 | -------------------------------------------------------------------------------- /settings/retools/cupp.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/cupp ]; then 73 | spy remove cupp 74 | spy install cupp 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/dirb.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/dirb ]; then 73 | spy remove dirb 74 | spy install dirb 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/john.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/john ]; then 73 | spy remove john 74 | spy install john 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/nmap.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/nmap ]; then 73 | spy remove nmap 74 | spy install nmap 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/arjun.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/arjun ]; then 73 | spy remove arjun 74 | spy install arjun 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/ghost.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/ghost ]; then 73 | spy remove ghost 74 | spy install ghost 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/hydra.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/hydra ]; then 73 | spy remove hydra 74 | spy install hydra 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/nikto.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/nikto ]; then 73 | spy remove nikto 74 | spy install nikto 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/sigit.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/sigit ]; then 73 | spy remove sigit 74 | spy install sigit 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/tmate.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/tmate ]; then 73 | spy remove tmate 74 | spy install tmate 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/apktool.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/apktool ]; then 73 | spy remove apktool 74 | spy install apktool 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/chatgpt.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/chatgpt ]; then 73 | spy remove chatgpt 74 | spy install chatgpt 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/crunch.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/crunch ]; then 73 | spy remove crunch 74 | spy install crunch 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/evilurl.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/evilurl ]; then 73 | spy remove evilurl 74 | spy install evilurl 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/gophish.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/gophish ]; then 73 | spy remove gophish 74 | spy install gophish 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/h8mail.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/h8mail ]; then 73 | spy remove h8mail 74 | spy install h8mail 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/hash-id.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/hash-id ]; then 73 | spy remove hash-id 74 | spy install hash-id 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/holehe.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/holehe ]; then 73 | spy remove holehe 74 | spy install holehe 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/infoga.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/infoga ]; then 73 | spy remove infoga 74 | spy install infoga 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/mosint.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/mosint ]; then 73 | spy remove mosint 74 | spy install mosint 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/ncshare.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/ncshare ]; then 73 | spy remove ncshare 74 | spy install ncshare 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/netcat.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/netcat ]; then 73 | spy remove netcat 74 | spy install netcat 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/nexfil.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/nexfil ]; then 73 | spy remove nexfil 74 | spy install nexfil 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/photon.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/photon ]; then 73 | spy remove photon 74 | spy install photon 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/qrlink.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/qrlink ]; then 73 | spy remove qrlink 74 | spy install qrlink 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/redhawk.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/redhawk ]; then 73 | spy remove redhawk 74 | spy install redhawk 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/seeker.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/seeker ]; then 73 | spy remove seeker 74 | spy install seeker 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/shodan.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/shodan ]; then 73 | spy remove shodan 74 | spy install shodan 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/sqlmap.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/sqlmap ]; then 73 | spy remove sqlmap 74 | spy install sqlmap 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/vector.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/vector ]; then 73 | spy remove vector 74 | spy install vector 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/weeman.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/weeman ]; then 73 | spy remove weeman 74 | spy install weeman 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/whatweb.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/whatweb ]; then 73 | spy remove whatweb 74 | spy install whatweb 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/wortex.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/wortex ]; then 73 | spy remove wortex 74 | spy install wortex 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/aquatone.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/aquatone ]; then 73 | spy remove aquatone 74 | spy install aquatone 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/beef-xss.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/beef-xss ]; then 73 | spy remove beef-xss 74 | spy install beef-xss 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/email2pn.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/email2pn ]; then 73 | spy remove email2pn 74 | spy install email2pn 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/exiftool.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/exiftool ]; then 73 | spy remove exiftool 74 | spy install exiftool 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/fbuserid.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/fbuserid ]; then 73 | spy remove fbuserid 74 | spy install fbuserid 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/gobuster.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/gobuster ]; then 73 | spy remove gobuster 74 | spy install gobuster 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/iphunter.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/iphunter ]; then 73 | spy remove iphunter 74 | spy install iphunter 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/recon-ng.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/recon-ng ]; then 73 | spy remove recon-ng 74 | spy install recon-ng 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/recondog.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/recondog ]; then 73 | spy remove recondog 74 | spy install recondog 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/sherlock.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/sherlock ]; then 73 | spy remove sherlock 74 | spy install sherlock 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/translate.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/trans ]; then 73 | spy remove translate 74 | spy install translate 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/transwer.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/transwer ]; then 73 | spy remove transwer 74 | spy install transwer 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/xsstrike.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/xsstrike ]; then 73 | spy remove xsstrike 74 | spy install xsstrike 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/hashcrypt.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/hashcrypt ]; then 73 | spy remove hashcrypt 74 | spy install hashcrypt 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/octosuite.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/octosuite ]; then 73 | spy remove octosuite 74 | spy install octosuite 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/phone-dox.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/phone-dox ]; then 73 | spy remove phone-dox 74 | spy install phone-dox 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/protosint.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/protosint ]; then 73 | spy remove protosint 74 | spy install protosint 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/saycheese.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/saycheese ]; then 73 | spy remove saycheese 74 | spy install saycheese 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/slowloris.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/slowloris ]; then 73 | spy remove slowloris 74 | spy install slowloris 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/speedtest.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/speedtest ]; then 73 | spy remove speedtest 74 | spy install speedtest 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/sublist3r.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/sublist3r ]; then 73 | spy remove sublist3r 74 | spy install sublist3r 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/virustotal.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/vt-cli ]; then 73 | spy remove virustotal 74 | spy install virustotal 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/ecuador-id.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/ecuador-id ]; then 73 | spy remove ecuador-id 74 | spy install ecuador-id 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/hash-buster.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/buster ]; then 73 | spy remove hash-buster 74 | spy install hash-buster 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/magmaosint.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/magmaosint ]; then 73 | spy remove magmaosint 74 | spy install magmaosint 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/metagoofil.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/metagoofil ]; then 73 | spy remove metagoofil 74 | spy install metagoofil 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/metasploit.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/msfconsole ]; then 73 | spy remove metasploit 74 | spy install metasploit 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | -------------------------------------------------------------------------------- /settings/retools/pwnedornot.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # CyberSpy: Open Source 4 | # License: General Public License 5 | # System: GNU/linux 6 | # Date: 22-04-2022 7 | # 8 | # Facebook: https://www.facebook.com/whitehacks00 9 | # TikTok: https://tiktok.com/@whitehacks00 10 | # Telegram: https://t.me/whitehacks00 11 | # GitHub: https://github.com/Darkmux 12 | # 13 | # This tool was created in honor of @thelinuxchoice. 14 | # 15 | # ============================================== 16 | # Variables 17 | # ============================================== 18 | operatingSystem=$(uname -o) 19 | deviceArchitecture=$(uname -m) 20 | showPath=$(pwd) 21 | showDay=$(date +"%d") 22 | showMonth=$(date +"%m") 23 | showYear=$(date +"%Y") 24 | spy="/data/data/com.termux/files/home/cyberspy" 25 | settings="/data/data/com.termux/files/home/cyberspy/settings" 26 | style="/data/data/com.termux/files/home/cyberspy/settings/style" 27 | execute="/data/data/com.termux/files/home/cyberspy/settings/exec" 28 | intools="/data/data/com.termux/files/home/cyberspy/settings/intools" 29 | rmtools="/data/data/com.termux/files/home/cyberspy/settings/rmtools" 30 | home="/data/data/com.termux/files/home" 31 | usr="/data/data/com.termux/files/usr" 32 | etc="/data/data/com.termux/files/usr/etc" 33 | bin="/data/data/com.termux/files/usr/bin" 34 | opt="/data/data/com.termux/files/usr/opt" 35 | share="/data/data/com.termux/files/usr/share" 36 | # ============================================== 37 | # Light colors 38 | # ============================================== 39 | black="\e[1;30m" 40 | blue="\e[1;34m" 41 | green="\e[1;32m" 42 | cyan="\e[1;36m" 43 | red="\e[1;31m" 44 | purple="\e[1;35m" 45 | yellow="\e[1;33m" 46 | white="\e[1;37m" 47 | # ============================================== 48 | # Dark colors 49 | # ============================================== 50 | blackDark="\e[0;30m" 51 | blueDark="\e[0;34m" 52 | greenDark="\e[0;32m" 53 | cyanDark="\e[0;36m" 54 | redDark="\e[0;31m" 55 | purpleDark="\e[0;35m" 56 | yellowDark="\e[0;33m" 57 | whiteDark="\e[0;37m" 58 | # ============================================== 59 | # Background colors 60 | # ============================================== 61 | blackBack=$(setterm -background black) 62 | blueBack=$(setterm -background blue) 63 | greenBack=$(setterm -background green) 64 | cyanBack=$(setterm -background cyan) 65 | redBack=$(setterm -background red) 66 | yellowBack=$(setterm -background yellow) 67 | whiteBack=$(setterm -background white) 68 | # ============================================== 69 | # Installing Tool 70 | # ============================================== 71 | function installing() { 72 | if [ -x ${bin}/pwnedornot ]; then 73 | spy remove pwnedornot 74 | spy install pwnedornot 75 | else 76 | echo -e ${red}" 77 | [${yellow}!${red}] ${red}Not Installed"${white} 78 | fi 79 | } 80 | # ============================================== 81 | # Declaring functions 82 | # ============================================== 83 | installing 84 | # ============================================== 85 | # Created by: @Darkmux - WHITE HACKS ©2022 86 | # ============================================== 87 | --------------------------------------------------------------------------------