Termux - ترموکس
رفتن به کانال در Telegram
معرفی و انتشار ابزار و اسکریپت های ترموکس ━━━━━━━━━ 3700 🚀 3600 ━━━━━━━━━ ♧این کانال برای معرفی ابزار ها میباشد♧ از زیرمجموعه های @Nexus_Alliance
نمایش بیشتراطلاعاتی وجود ندارد
مشترکین
-124 ساعت
+187 روز
+4330 روز
آرشیو پست ها
DDOS ATTACK
TOOLS NEEDED
apt-get update -yINSTALL
apt-get install gitLINK GIT
git clone https://github.com/Red-company/RDDoS_Tool.gitFOLDER
cd RDDoS_ToolRUN
bash setup.sh python3 RDDoS_Tool.
⚠️@termux_scripte⚠️ ⚜️@termux_scripte_GP⚜️
DDOS ATTACK
TOOLS NEEDED
apt-get update -yINATAL
apt-get install gitLINK GIT
git clone https://github.com/Red-company/RDDoS_Tool.gitFOLDER
cd RDDoS_ToolRUN
bash setup.sh python3 RDDoS_Tool.
⚠️@termux_scripte⚠️ ⚜️@termux_scripte_GP⚜️
DDOS ATTACK
TOOLS NEEDED
apt-get update -y
INATAL
apt-get install git
LINK GIT
git clone https://github.com/Red-company/RDDoS_Tool.git
FOLDER
cd RDDoS_Tool
RUN
bash setup.sh
python3 RDDoS_Tool.
⚠️@termux_scripte⚠️
⚜️@termux_scripte_GP⚜️
RUBIKA FILTERING
TOOL
TOOLS NEEDED❕❕
pkg install python
apt install gitGITHUB ADDRESS📄
git clone https://github.com/cood-filter-rubika/filter-rubikaRUN 🟥
cd filter-rubika
python filter.pyenjoy
⚠️@termux_scripte⚠️ ⚜️@termux_scripte_GP⚜️
CAMERA HACKING TOOL
TOOLS NEEDED❕❕
pkg install python
apt install gitGITHUB ADDRESS📄
git clone https://github.com/mohammadmahdi-termux/hackCCTVRUN 🟥
cd hackCCTV
python3 hackcctv.pyenjoy
⚠️@termux_scripte⚠️ ⚜️@termux_scripte_GP⚜️
sms bomber
INSATAL :
pkg install golang
git clone https://github.com/esfelurm/iran-bomberRUN :
cd iran-bomber
go run sms.go#arvin
@Respectles @termux_scripte @termux_scripte_GP
python3 -c "
import requests
import time
print('\033[1;36m' + '='*50)
print('\033[1;32mNASA PUBLIC API ACCESS TERMINAL')
print('\033[1;36m' + '='*50)
time.sleep(1)
print('\033[1;37mConnecting to NASA servers...')
time.sleep(2)
try:
response = requests.get('https://api.nasa.gov/planetary/apod', params={'api_key': 'DEMO_KEY'}, timeout=10)
if response.status_code == 200:
data = response.json()
print('\033[1;32m✓ Successfully connected to NASA APOD API')
print(f'\033[1;37mToday: {data.get(\"date\", \"N/A\")}')
print(f'\033[1;37mTitle: {data.get(\"title\", \"N/A\")}')
print(f'\033[1;94mURL: {data.get(\"url\", \"N/A\")}')
print('\n\033[1;35mAdditional NASA APIs:')
print('\033[1;94m• Space Weather: https://api.nasa.gov/DONKI/')
print('\033[1;94m• Satellite Data: https://api.nasa.gov/techport/')
else:
print(f'\033[1;31m✗ HTTP Error: {response.status_code}')
except requests.exceptions.ConnectionError:
print('\033[1;31m✗ Internet connection required')
except requests.exceptions.Timeout:
print('\033[1;31m✗ Connection timeout')
except Exception as e:
print(f'\033[1;31m✗ Error: {str(e)}')
print('\033[1;36m' + '='*50)
"
python3 -c "
import requests
import json
import time
print('\033[1;36m' + '='*60)
print('\033[1;32m🌐 REAL INTERNET CONNECTION TEST')
print('\033[1;36m' + '='*60)
time.sleep(1)
try:
# دریافت IP عمومی
print('\033[1;37mGetting public IP address...')
ip_response = requests.get('https://api.ipify.org?format=json', timeout=10)
public_ip = ip_response.json()['ip']
# دریافت اطلاعات IP
print('\033[1;37mFetching IP information...')
info_response = requests.get(f'http://ip-api.com/json/{public_ip}', timeout=10)
info = info_response.json()
print(f'\033[1;32m✓ CONNECTED SUCCESSFULLY')
print(f'\033[1;37mPublic IP: \033[1;33m{public_ip}')
print(f'\033[1;37mISP: \033[1;33m{info.get(\"isp\", \"Unknown\")}')
print(f'\033[1;37mCountry: \033[1;33m{info.get(\"country\", \"Unknown\")}')
print(f'\033[1;37mCity: \033[1;33m{info.get(\"city\", \"Unknown\")}')
print(f'\033[1;37mLat/Lon: \033[1;33m{info.get(\"lat\", \"?\")}, {info.get(\"lon\", \"?\")}')
except Exception as e:
print(f'\033[1;31m✗ CONNECTION FAILED: {str(e)}')
print('\033[1;37mCheck your internet connection!')
print('\033[1;36m' + '='*60)
"
