How do I DoS a Tor site (So far what I used) 05-14-2018, 07:53 PM
#1
#!/usr/bin/env bash
URL="http://s5q54hfww56ov2xc.onion/"
torsocks curl -s $URL >/dev/null 2>/dev/null
if [ $? -eq 0 ]; then
echo "[+] $URL is online"
else
echo "[-] $URL is offline"
fi
root@kali:~# wget http://s5q54hfww56ov2xc.onion/
--2018-05-14 18:43:52-- http://s5q54hfww56ov2xc.onion/
Resolving s5q54hfww56ov2xc.onion (s5q54hfww56ov2xc.onion)... failed: Name or service not known.
wget: unable to resolve host address ‘s5q54hfww56ov2xc.onion’
root@kali:~# xlear
bash: xlear: command not found
root@kali:~# clear
root@kali:~# #!/usr/bin/env bash
root@kali:~# URL="http://s5q54hfww56ov2xc.onion/"
root@kali:~# torsocks curl -s $URL >/dev/null 2>/dev/null
root@kali:~# if [ $? -eq 0 ]; then
> echo "[+] $URL is online"
> else
> echo "[-] $URL is offline"
> fi
[-] http://s5q54hfww56ov2xc.onion/ is offline
Guys I went on and the site is still up even though the script says it's not? I didn't write the script
Reddit Source:
URL="http://s5q54hfww56ov2xc.onion/"
torsocks curl -s $URL >/dev/null 2>/dev/null
if [ $? -eq 0 ]; then
echo "[+] $URL is online"
else
echo "[-] $URL is offline"
fi
root@kali:~# wget http://s5q54hfww56ov2xc.onion/
--2018-05-14 18:43:52-- http://s5q54hfww56ov2xc.onion/
Resolving s5q54hfww56ov2xc.onion (s5q54hfww56ov2xc.onion)... failed: Name or service not known.
wget: unable to resolve host address ‘s5q54hfww56ov2xc.onion’
root@kali:~# xlear
bash: xlear: command not found
root@kali:~# clear
root@kali:~# #!/usr/bin/env bash
root@kali:~# URL="http://s5q54hfww56ov2xc.onion/"
root@kali:~# torsocks curl -s $URL >/dev/null 2>/dev/null
root@kali:~# if [ $? -eq 0 ]; then
> echo "[+] $URL is online"
> else
> echo "[-] $URL is offline"
> fi
[-] http://s5q54hfww56ov2xc.onion/ is offline
Guys I went on and the site is still up even though the script says it's not? I didn't write the script
Reddit Source:
(This post was last modified: 05-14-2018, 08:04 PM by Bootlegronin47.)
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)




















