UNDERCODE SECURITY
226 subscribers
295 photos
1.03K files
1.73K links
πŸ¦‘WELCOME IN UNDERCODE TESTING FOR LEARN HACKING | PROGRAMMING | SECURITY & more..

THIS CHANNEL BY :

@UndercodeTesting
UndercodeTesting.com (official)

@iUndercode
iUndercode.com (iOs)

@Dailycve
DailyCve.com


@UndercodeNews
UndercodeNews.com
Download Telegram
Forwarded from Backup Legal Mega
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«6𝔬𝓓ⓔ β–„ β–‚ ▁

πŸ¦‘What is Cloud Commander ?

Cloud Commander is a two-pane web file manager with a console and editor. It will help you manage the server and work with files, directories and programs in a browser on any computer, smartphone or tablet.

πŸ¦‘Benefits :

>Open source (MIT License).

>Two classic panels.

>Possibility of authorization.

>The client works in a web browser.

>The server runs on Windows, Linux, Mac OS and Android (using Termux).
It can be used locally or remotely.

>Adapts to Screen size.

>3 built-in editors with syntax highlighting support: Dword, Edward and Deepword.

>Console with support for the standard OS command line.

>Written in JavaScript / Node.js.

πŸ„ΈπŸ„½πŸ…‚πŸ…ƒπŸ„°πŸ„»πŸ„»πŸ„ΈπŸ…‚πŸ„°πŸ…ƒπŸ„ΈπŸ„ΎπŸ„½ & πŸ…πŸ…„πŸ„½ :

1️⃣<font style="vertical-align: inherit;"><font style="vertical-align: inherit;">curl -sL https://deb.nodesource.com/setup_6.x | </font><font style="vertical-align: inherit;">sudo -E bash -</font></font><font></font><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">

2️⃣-------- For version Node.js v7 --------</font></font><font></font><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">

3️⃣curl -sL https://deb.nodesource.com/setup_7.x | </font><font style="vertical-align: inherit;">sudo -E bash -</font></font><font></font><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">

4️⃣sudo apt-get install -y nodejs</font></font>

(html commandsπŸ™‚)

5️⃣After installing the nodejs and npm packages, let's move on to installing Cloud Commander with the following commands

> <font style="vertical-align: inherit;"><font style="vertical-align: inherit;">sudo npm i cloudcmd -g</font></font><font></font><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">


> sudo npm i cloudcmd -g --force</font></font>

6️⃣to run :

<font style="vertical-align: inherit;"><font style="vertical-align: inherit;">cloudcmd</font></font>

7️⃣run as root :

<font style="vertical-align: inherit;"><font style="vertical-align: inherit;">sudo cloudcmd</font></font>

8️⃣Starting from the superuser will allow you to perform any operations and work with any files.

By default, the file manager is available in the browser at http: // localhost: 8000

enjoyβ€οΈπŸ‘πŸ»
written
by
@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«6𝔬𝓓ⓔ β–„ β–‚ ▁
πŸ¦‘Now you got :

> Two classic panels.

>Possibility of authorization.

>The client works in a web browser.

>The server runs on Windows, Linux, Mac OS and Android (using Termux).
It can be used locally or remotely.

>Adapts to Screen size.

>3 built-in editors with syntax highlighting support: Dword, Edward and Deepword.

>Console with support for the standard OS command line.

>Written in JavaScript / Node.js.
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ¦‘Wi-Fi Hacking Software

> Full with Pictures & Methodes
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«6𝔬𝓓ⓔ β–„ β–‚ ▁

πŸ¦‘1️⃣AIRMON-NG TUTORIAL

Switch to monitor mode
airmon-ng is a bash script designed to put wireless cards into surveillance (monitor) mode. It also has the option to close programs that interfere with monitor mode. Sometimes it may fail - in these cases it is recommended to use the β€œmanual” translation into monitor mode.
2️⃣boop is a program from the BoopSuite package for putting a wireless card into monitor mode and in controlled mode.

> https://kali.tools/?p=3409

3️⃣Handshake capture

airodump-ng is a tool for capturing wireless packets. Very often used to capture four-stage handshakes, which are later used to crack a Wi-Fi network password. It can capture any frames of wireless networks for further analysis.

https://kali.tools/?p=411
4️⃣boopsniff - a program from the BoopSuite package to display access points in the range of accessibility and capture handshakes.

https://kali.tools/?p=3409
COMMANDS INSIDE THE PICTURE
5️⃣Airbase-ng is a multi-purpose tool designed to attack customers, not access points. It can be used to capture half-handshakes, the attack algorithm is as follows: Airbase-ng looks at which access points clients are looking for (for example, a cell phone with Wi-Fi enabled) and creates an access point with this name; the client tries to connect to this fake access point, as a result, half the handshake is captured, which is suitable for cracking the password from a true Wi-Fi network.

>< https://kali.tools/?p=2377

6️⃣WPA2-HalfHandshake-Crack is a working concept to demonstrate the possibility of hacking a WPA2 network by grabbing a handshake from a user trying to connect to a fake AP. Those. grabs a half handshake.


> https://kali.tools/?p=2794

7️⃣zizzania automates handshake capture for all access points within reach.


https://kali.tools/?p=1075
8️⃣Wi-Fi frame injection
Aireplay-ng is used to inject frames. Very often deauthentication is used to attack, the meaning of which is that they are sent, frames due to which clients are disconnected from the access point; after that, clients reconnect to their access point, as a result of which the attacker has the opportunity to grab a handshake.

>https://kali.tools/?p=483

9️⃣boopstrike - a program from the BoopSuite package for performing deauthentication attacks.

>https://kali.tools/?p=3409
πŸ¦‘πŸ”ŸHacking passwords from handshakes and WEP
Hashcat is the universal and fastest password cracker. Among others, it also can crack a password from Wi-Fi networks. The fastest thing is that it simultaneously uses video cards and a central processor to sort through possible password options.

> https://kali.tools/?p=578