The integrated tool enum4linux does not run as expected when compared to the output of a terminal. As shown below, the command fails when run from PT-GUI but succeeds if run from the terminal:
From PT-GUI:
$ enum4linux -U 127.0.0.1
enum4linux v0.9.1 (http://labs.portcullis.co.uk/application/enum4linux/)
Copyright (C) 2011 Mark Lowe (mrl@portcullis-security.com)
Simple wrapper around the tools in the samba package to provide similar
functionality to enum.exe (formerly from www.bindview.com). Some additional
features such as RID cycling have also been added for convenience.
Usage: ./enum4linux.pl [options] ip
Yes, this is when there is no input provided for the second text box (parameters), there is no check to see if the value exists. Adding that validation now.
Name of Bug
Enum4Linux Fails to Run
What Happened?
The integrated tool
enum4linux
does not run as expected when compared to the output of a terminal. As shown below, the command fails when run from PT-GUI but succeeds if run from the terminal:From PT-GUI:
From terminal:
Additional note: this bug appears to be present in the
main
branch and was found whilst testing changes made to theenum4linux
tool in https://github.com/Hardhat-Enterprises/Deakin-Detonator-Toolkit/pull/1044.As the issue does not appear to be caused by the PR itself, the PR has been approved for merging and will be merged into
main
.Steps to Reproduce
enum4linux
from PT-GUIenum4linux
from terminal