Forwarded from UNDERCODE NEWS
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦π§ How to set up a network using the nmtui tool on parrot-ubuntu-kali linux distro:
1) An alternative to nmcli is nmtui, short for Network Manager Text User Interface .
Nmtui is another handy tool that allows you to easily configure network interfaces on Linux distributions using a graphical display by invoking the nmtui command directly from a terminal or even from putty.
To configure the IPv4 address of a network interface, start by calling the nmtui tool.
$ nmtui
2) Select the first option " Edit a connection " and press ENTER.
3) Then select the interface you want to customize and press ENTER.
In this case, the interface we are configuring is enps03.
4) In the next step, enter the IP address and define the subnet mask, default gateway and DNS servers
5) Once you're done with the settings, scroll all the way down and press ENTER to select OK.
Scroll down and click Back.
6) Now, to check that the network interface received the IP address we just configured, run the command:
$ ip addr show enp0s3
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦π§ How to set up a network using the nmtui tool on parrot-ubuntu-kali linux distro:
1) An alternative to nmcli is nmtui, short for Network Manager Text User Interface .
Nmtui is another handy tool that allows you to easily configure network interfaces on Linux distributions using a graphical display by invoking the nmtui command directly from a terminal or even from putty.
To configure the IPv4 address of a network interface, start by calling the nmtui tool.
$ nmtui
2) Select the first option " Edit a connection " and press ENTER.
3) Then select the interface you want to customize and press ENTER.
In this case, the interface we are configuring is enps03.
4) In the next step, enter the IP address and define the subnet mask, default gateway and DNS servers
5) Once you're done with the settings, scroll all the way down and press ENTER to select OK.
Scroll down and click Back.
6) Now, to check that the network interface received the IP address we just configured, run the command:
$ ip addr show enp0s3
β β β Uππ»βΊπ«Δπ¬πβ β β β
Forwarded from UNDERCODE NEWS
Warning! A New Critical Vulnerability in SAGEMCOM routers could allow an attacker to gain access control.
#Vulnerabilities
#Vulnerabilities
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦FOR BEGINERS-OFFICIAL INSTAGRAM BRUTER:
β-New updateβ
This program will brute force any Instagram account you send it its way. Just give it a target, a password list and a mode then press enter and forget about it. No need to worry about anonymity when using this program, its highest priority is your anonymity, it only attacks when your identity is hidden.
πΈπ½π π π°π»π»πΈπ π°π πΈπΎπ½ & π π π½ :
C:\Users\Mohamed\Desktop\Instagram>python3 instagram.py -h
usage: instagram.py [-h] [-m MODE] username wordlist
positional arguments:
username email or username
wordlist password list
optional arguments:
-h, --help show this help message and exit
-m MODE, --mode MODE modes: 0 => 32 bots; 1 => 16 bots; 2 => 8 bots; 3 => 4 bots
π¦EXAMPLES :
1) Chill mode
This mode uses only 4 bots, or 64 passwords at a time.
C:\Users\Mohamed\Desktop\Instagram>python3 instagram.py Sami09.1 pass.lst -m 3
2) Moderate mode 1
This mode uses 8 bots, or 128 passwords at a time.
C:\Users\Mohamed\Desktop\Instagram>python3 instagram.py Sami09.1 pass.lst -m 2
3) Moderate mode 2
This mode uses 16 bots, or 256 passwords at a time.
C:\Users\Mohamed\Desktop\Instagram>python3 instagram.py Sami09.1 pass.lst -m 1
4) Savage mode
This mode uses 32 bots, or 512 passwords at a time.
C:\Users\Mohamed\Desktop\Instagram>python3 instagram.py Sami09.1 pass.lst -m 0
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦FOR BEGINERS-OFFICIAL INSTAGRAM BRUTER:
β-New updateβ
This program will brute force any Instagram account you send it its way. Just give it a target, a password list and a mode then press enter and forget about it. No need to worry about anonymity when using this program, its highest priority is your anonymity, it only attacks when your identity is hidden.
πΈπ½π π π°π»π»πΈπ π°π πΈπΎπ½ & π π π½ :
1) https://github.com/Bitwise-01/Instagram-5) for usage :
2) cd instagram-
3) pip3 install -r requirements.txt
4) python3 instagram.py <username> <wordlist> -m <mode>
C:\Users\Mohamed\Desktop\Instagram>python3 instagram.py -h
usage: instagram.py [-h] [-m MODE] username wordlist
positional arguments:
username email or username
wordlist password list
optional arguments:
-h, --help show this help message and exit
-m MODE, --mode MODE modes: 0 => 32 bots; 1 => 16 bots; 2 => 8 bots; 3 => 4 bots
π¦EXAMPLES :
1) Chill mode
This mode uses only 4 bots, or 64 passwords at a time.
C:\Users\Mohamed\Desktop\Instagram>python3 instagram.py Sami09.1 pass.lst -m 3
2) Moderate mode 1
This mode uses 8 bots, or 128 passwords at a time.
C:\Users\Mohamed\Desktop\Instagram>python3 instagram.py Sami09.1 pass.lst -m 2
3) Moderate mode 2
This mode uses 16 bots, or 256 passwords at a time.
C:\Users\Mohamed\Desktop\Instagram>python3 instagram.py Sami09.1 pass.lst -m 1
4) Savage mode
This mode uses 32 bots, or 512 passwords at a time.
C:\Users\Mohamed\Desktop\Instagram>python3 instagram.py Sami09.1 pass.lst -m 0
β β β Uππ»βΊπ«Δπ¬πβ β β β
Forwarded from UNDERCODE NEWS
Long videos are going to change? It is rumored that Ali Tencent acquired iQiyi, the official response!
#international
#international
Forwarded from UNDERCODE NEWS
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦A custom drop down menu in html :
<div class="container">
<h1 class="title">Dropdown Menu</h1>
<ul>
<li class="dropdown">
<a href="#" data-toggle="dropdown">First Menu <i class="icon-arrow"></i></a>
<ul class="dropdown-menu">
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" data-toggle="dropdown">Second Menu <i class="icon-arrow"></i></a>
<ul class="dropdown-menu">
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" data-toggle="dropdown">Third Menu <i class="icon-arrow"></i></a>
<ul class="dropdown-menu">
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact</a></li>
</ul>
</li>
</ul>
<p class="text-center">
See this same menu only with CSS3: <a href="https://codepen.io/pedronauck/pen/jaluz" target="_blank">https://codepen.io/pedronauck/pen/jaluz</a>
</p>
</div>
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦A custom drop down menu in html :
<div class="container">
<h1 class="title">Dropdown Menu</h1>
<ul>
<li class="dropdown">
<a href="#" data-toggle="dropdown">First Menu <i class="icon-arrow"></i></a>
<ul class="dropdown-menu">
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" data-toggle="dropdown">Second Menu <i class="icon-arrow"></i></a>
<ul class="dropdown-menu">
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" data-toggle="dropdown">Third Menu <i class="icon-arrow"></i></a>
<ul class="dropdown-menu">
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact</a></li>
</ul>
</li>
</ul>
<p class="text-center">
See this same menu only with CSS3: <a href="https://codepen.io/pedronauck/pen/jaluz" target="_blank">https://codepen.io/pedronauck/pen/jaluz</a>
</p>
</div>
β β β Uππ»βΊπ«Δπ¬πβ β β β
Forwarded from UNDERCODE NEWS
Will Fujitsu's former officers become "online advisors" for 1,922.43 United States Dollar a month, and will unique services penetrate?
#international
#international
Forwarded from UNDERCODE NEWS
After the appearance of the investor, Baikal Electronics orders hundreds of thousands of chips for billion-dollar projects.
#Technologies
#Technologies
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦What is REG utility in any windows ?
The REG utility is a built-in Windows program that allows you to perform various actions with the registry, including saving registry hives or parts of them to a file, adding, deleting values, querying the registry, copying, and more.
Let's take a closer look at REG capabilities.
General view of the team:
A) Operations may include:
QUERY
ADD
DELETE
COPY
SAVE
LOAD
UNLOAD
RESTORE
COMPARE
EXPORT
IMPORT
FLAGS
REG SAVE - save the registry hive to a file
B) Using:
REG SAVE [/y] [/reg:32 | /reg:64]
Example. Saving the MyApp hive to the AppBkUp.hiv file of the current folder:
REG SAVE HKLM\Software\MyCo\MyApp AppBkUp.hiv
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦What is REG utility in any windows ?
The REG utility is a built-in Windows program that allows you to perform various actions with the registry, including saving registry hives or parts of them to a file, adding, deleting values, querying the registry, copying, and more.
Let's take a closer look at REG capabilities.
General view of the team:
A) Operations may include:
QUERY
ADD
DELETE
COPY
SAVE
LOAD
UNLOAD
RESTORE
COMPARE
EXPORT
IMPORT
FLAGS
REG SAVE - save the registry hive to a file
B) Using:
REG SAVE [/y] [/reg:32 | /reg:64]
Example. Saving the MyApp hive to the AppBkUp.hiv file of the current folder:
REG SAVE HKLM\Software\MyCo\MyApp AppBkUp.hiv
β β β Uππ»βΊπ«Δπ¬πβ β β β
Forwarded from UNDERCODE NEWS