diff --git a/cameradar/discover.go b/cameradar/discover.go index a58f8f5..5b79faf 100644 --- a/cameradar/discover.go +++ b/cameradar/discover.go @@ -55,16 +55,6 @@ func RunNmap(targets, ports string, resultFilePath string, nmapSpeed int, enable targets, ) - fmt.Println( - "nmap", - fmt.Sprintf("-T%d", nmapSpeed), - "-A", - "-p", - ports, - "-oX", - resultFilePath, - targets) - // Pipe stdout to be able to write the logs in realtime stdout, err := cmd.StdoutPipe() if err != nil {