Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Home
Forums
CARDING & HACKING
HOSTING & BOTNET
Installing and configuring a botnet
Message
<blockquote data-quote="Ghosthunter" data-source="post: 526" data-attributes="member: 6"><p><img src="https://hackware.ru/wp-content/uploads/2020/08/win-kex-8.png" alt="win-kex-8.png" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p></p><p>Open <u>PowerShell again with administrator privileges</u> and run:</p><p>Code:</p><p>wsl --set-default-version 2</p><p></p><p><img src="https://hackware.ru/wp-content/uploads/2020/08/win-kex-9.png" alt="win-kex-9.png" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p></p><h4>Installing the Ubuntu distribution on WSL2</h4><p>Open the Microsoft Store and enter the word "linux"in the search. Then find the" app " called Ubuntu 20.04 LTS and download it. After installation, restart your computer.</p><p></p><p><img src="https://winitpro.ru/wp-content/uploads/2020/07/obrazy-linux-dlya-wsl-v-microsoft-store.jpeg" alt="obrazy-linux-dlya-wsl-v-microsoft-store.jpeg" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p></p><p>After installation, open <u>PowerShell with administrator rights</u> and enter the following command there:</p><p>Code:</p><p>wsl --list –-verbose</p><p></p><p><img src="https://winitpro.ru/wp-content/uploads/2020/07/wsl-list-verbose-spisok-dostupnyh-obrazov-linu.jpeg" alt="wsl-list-verbose-spisok-dostupnyh-obrazov-linu.jpeg" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p></p><p>If your Linux environment has version 1 specified, change it to WSL2 with the command:</p><p>Code:</p><p>wsl --set-version Ubuntu-20.04 2</p><p></p><p>This completes the installation of WSL2. Let's move on to installing the raid botnet.</p><p></p><h4>Installing a botnet on WSL2</h4><p>Open the WSL2 terminal. To find it, you can write the word "Ubuntu"in the search.</p><p></p><p>Once opened, enter the following commands:</p><p>Code:</p><p>apt sudo update && sudo apt upgrade -y</p><p>sudo apt install git python3 -y</p><p>sudo apt install python3-pip</p><p>git clone <a href="https://github.com/json1c/telegram-raid-botnet.git" target="_blank">https://github.com/json1c/telegram-raid-botnet.git</a> ~/telegram-raid-botnet</p><p>cd ~/telegram-raid-botnet</p><p>pip3 install -r requirements.txt</p><p></p><p>The botnet is installed, then you need to configure it.</p><p></p><h4>Installing a botnet on Linux (Arch-based)</h4><p>Open the terminal and write the following commands there</p><p>Code:</p><p>sudo pacman -Suy</p><p>sudo pacman -S python git</p><p>sudo pacman -S python-pip</p><p>git clone <a href="https://github.com/json1c/telegram-raid-botnet.git" target="_blank">https://github.com/json1c/telegram-raid-botnet.git</a> ~/telegram-raid-botnet</p><p>cd ~/telegram-raid-botnet</p><p>pip3 install -r requirements.txt</p><p></p><p>The botnet is installed, then you need to configure it.</p><p></p><h4>Installing a botnet on macOS</h4><p><em>To install git, python, use your own package manager</em></p><p></p><p>To install the botnet itself, open the terminal and write the following commands</p><p>Code:</p><p>git clone <a href="https://github.com/json1c/telegram-raid-botnet.git" target="_blank">https://github.com/json1c/telegram-raid-botnet.git</a> ~/telegram-raid-botnet</p><p>cd ~/telegram-raid-botnet</p><p>pip3 install -r requirements.txt</p><p></p><p>The botnet is installed, then you need to configure it.</p><p></p><h4>Universal installation on Linux</h4><p>To find out your package manager, run the command</p><p>Code:</p><p>cat /etc/*-release</p><p></p><p>The first line will contain the name of your distribution. Open Google and write there "(your distribution) what is the package manager", then read the instructions for it.</p><p></p><p>Next, use your package manager to install the python3, git, and pip packages (if it wasn't installed with Python )</p><p></p><p>Then write the following commands</p><p>Code:</p><p>git clone <a href="https://github.com/json1c/telegram-raid-botnet.git" target="_blank">https://github.com/json1c/telegram-raid-botnet.git</a> ~/telegram-raid-botnet</p><p>cd ~/telegram-raid-botnet</p><p>pip3 install -r requirements.txt</p></blockquote><p></p>
[QUOTE="Ghosthunter, post: 526, member: 6"] [IMG alt="win-kex-8.png"]https://hackware.ru/wp-content/uploads/2020/08/win-kex-8.png[/IMG] Open [U]PowerShell again with administrator privileges[/U] and run: Code: wsl --set-default-version 2 [IMG alt="win-kex-9.png"]https://hackware.ru/wp-content/uploads/2020/08/win-kex-9.png[/IMG] [HEADING=3]Installing the Ubuntu distribution on WSL2[/HEADING] Open the Microsoft Store and enter the word "linux"in the search. Then find the" app " called Ubuntu 20.04 LTS and download it. After installation, restart your computer. [IMG alt="obrazy-linux-dlya-wsl-v-microsoft-store.jpeg"]https://winitpro.ru/wp-content/uploads/2020/07/obrazy-linux-dlya-wsl-v-microsoft-store.jpeg[/IMG] After installation, open [U]PowerShell with administrator rights[/U] and enter the following command there: Code: wsl --list –-verbose [IMG alt="wsl-list-verbose-spisok-dostupnyh-obrazov-linu.jpeg"]https://winitpro.ru/wp-content/uploads/2020/07/wsl-list-verbose-spisok-dostupnyh-obrazov-linu.jpeg[/IMG] If your Linux environment has version 1 specified, change it to WSL2 with the command: Code: wsl --set-version Ubuntu-20.04 2 This completes the installation of WSL2. Let's move on to installing the raid botnet. [HEADING=3]Installing a botnet on WSL2[/HEADING] Open the WSL2 terminal. To find it, you can write the word "Ubuntu"in the search. Once opened, enter the following commands: Code: apt sudo update && sudo apt upgrade -y sudo apt install git python3 -y sudo apt install python3-pip git clone [URL]https://github.com/json1c/telegram-raid-botnet.git[/URL] ~/telegram-raid-botnet cd ~/telegram-raid-botnet pip3 install -r requirements.txt The botnet is installed, then you need to configure it. [HEADING=3]Installing a botnet on Linux (Arch-based)[/HEADING] Open the terminal and write the following commands there Code: sudo pacman -Suy sudo pacman -S python git sudo pacman -S python-pip git clone [URL]https://github.com/json1c/telegram-raid-botnet.git[/URL] ~/telegram-raid-botnet cd ~/telegram-raid-botnet pip3 install -r requirements.txt The botnet is installed, then you need to configure it. [HEADING=3]Installing a botnet on macOS[/HEADING] [I]To install git, python, use your own package manager[/I] To install the botnet itself, open the terminal and write the following commands Code: git clone [URL]https://github.com/json1c/telegram-raid-botnet.git[/URL] ~/telegram-raid-botnet cd ~/telegram-raid-botnet pip3 install -r requirements.txt The botnet is installed, then you need to configure it. [HEADING=3]Universal installation on Linux[/HEADING] To find out your package manager, run the command Code: cat /etc/*-release The first line will contain the name of your distribution. Open Google and write there "(your distribution) what is the package manager", then read the instructions for it. Next, use your package manager to install the python3, git, and pip packages (if it wasn't installed with Python ) Then write the following commands Code: git clone [URL]https://github.com/json1c/telegram-raid-botnet.git[/URL] ~/telegram-raid-botnet cd ~/telegram-raid-botnet pip3 install -r requirements.txt [/QUOTE]
Name
Verification
Post reply
Home
Forums
CARDING & HACKING
HOSTING & BOTNET
Installing and configuring a botnet
Top