Technical Devang
Открыть в Telegram
Нет данных
Подписчики
Нет данных24 часа
+37 дней
-430 дней
Архив постов
💥Check new post 💥
https://www.instagram.com/p/CKgd9Nmr58L/?igshid=cejgd1m9glpt
😎😎😎😎😎😎😎😎😎😎😎😎
💥Check new post 💥
https://www.instagram.com/p/CKgd9Nmr58L/?igshid=cejgd1m9glpt
😎😎😎😎😎😎😎😎😎😎😎😎
Giveaway of 50₹🤩😇🤑🤑
Get Free 50₹ instantly within (10min) in your Bank Account/Paytm/GPay/UPI Wallet.🤩🤩🤑
Interested People message me the code ' I Want Free 50₹ ' at @Krishiv27virus_bot 🤑
PS: People who message me must be 18+ or have pan card of parents for KYC Verification🤑😎
Computer Hacking for Beginners
✍️ Author : Kevin James
📃 Pages: 44
📅 Year : 2015
🗺 Language : English
➕ HOW TO USE SHELL COMMANDS ON A TELEGRAM BOT ➕
Yes, you can create a Telegram bot for using shell commands on your remote computer.
1️⃣ Let's Install The Packages
sudo apt update && sudo apt upgrade -y
sudo apt install nodejs npm build-essential libssl-dev -y
sudo apt update && sudo apt upgrade -y
2️⃣ Setup NVM (Node Version Manager)
wget https://raw.githubusercontent.com/creationix/nvm/master/install.sh && bash install.sh
source ~/.profile
nvm ls-remote
After you type the ls-remote command, choose the latest version. My latest version is v14.14.0.nvm install 14.14.0 nvm use 14.14.0 3️⃣ Clone The Repository & Setup ShellBot git clone https://github.com/botgram/shell-bot.git cd shell-bot npm install
`npm audit fix` (if necessary use sudo aswell)node server 4️⃣ Setup API Key At the first time it asks for the api key. Go to Telegram and search for @BotFather. Write /newbot and call it like mrblackx_shellbot You get a message with your API Key : Use this token to access the HTTP API: 1145645634528:XXXXxxXxxxxxxxxxxxxxxxxxxxxxxxxxxx Just copy from the mono font until the end and paste it on the shellbot. You can edit the bot manually on config.json Enter your bot's id and write your bot, shellbot will ask you if you are the owner, verify it's you and then you restart the node server command. 5️⃣ Execute Commands You can execute commands using /run cd /tmp, but make sure you only use the bot, you change your paths if you remove files or creating files. Be careful whatever you do. You can use ALL available system commands(aswell git clone ....) For more commands read this : https://github.com/botgram/shell-bot/blob/master/commands.txt If you want delete a bot go to botfather chat and do it manually, you can also revoke API tokens using /revoke
