We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b8134 commit a0c2768Copy full SHA for a0c2768
nmap3/nmap3.py
@@ -255,7 +255,6 @@ def run_command(self, cmd):
255
@param: cmd--> the command we want run eg /usr/bin/nmap -oX - nmmapper.com --top-ports 10
256
"""
257
if (os.path.exists(self.nmaptool)):
258
- print(cmd)
259
sub_proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
260
try:
261
output, errs = sub_proc.communicate()
0 commit comments