Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/auxiliary/scanner/chargen/chargen_probe.md
Views: 11789
Vulnerable Application
Chargen is a debugging and measurement tool and a character generator service. Often chargen
is included in xinetd
, along with echo
, time
, daytime
, and discard
. While its possible to run chargen on TCP, the most common implementation is UDP.
The following was done on Kali linux:
apt-get install xinetd
edit
/etc/xinetd.d/chargen
and changeddisabled = yes
todisabled = no
. The first one is forTCP
and the second is forUDP
.Restart the service:
service xinetd restart
Verification Steps
Install and configure chargen
Start msfconsole
Do:
use auxiliary/scanner/chargen/chargen_probe
Do:
run
Scenarios
A run against the configuration from these docs