marcotulio956 / FTPserver.DoS_LREDES

Sockets 4 DoS a local FTP server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FTPserver.DoS_LREDES

Socket Application to provocate DoS of a local FTP server, with bash scripts for ports and ips scanning.

Compiling Port Scanner and DoS Code

$gcc portscan.c -o portscan
$gcc DoS.c -o DoS

Set

$chmod +x pingtest.sh

Exec Scans

$./pingtest.sh 192.168.0
$./parseurl.sh cefetmg.br
$./portscan "192.168.1.1"

Prep Server

$service vsftpd restart

Run DoS

x, y: host IP
$./DoS 192.168.x.y

Test Connection

x, y: guest IP
$ftp 192.168.x.y

Resources for FTP server set up

https://linuxtiwary.com/2019/02/16/how-to-configure-ftp-server-on-kali-linux/

About

Sockets 4 DoS a local FTP server


Languages

Language:C 78.2%Language:Shell 21.8%