exploit-db-mirror/exploits/ultrix/dos/19817.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

7 lines
No EOL
414 B
Text

source: https://www.securityfocus.com/bid/1071/info
A Denial of service (DoS) attack is possible with the default version of inetd distributed with Data General's DG/UX operating system. By performing a scan utilizing nmap's OS detection option (-O), the inetd daemon is put in a state where it will no longer spawn new services without being restarted.
nmap -O -p 21 <target>
or
nmap -v -O -sS -p1-1023 <target>