Nmap Development mailing list archives

Re: ตอบกลับ: Unexpect crash


From: David Fifield <david () bamsoftware com>
Date: Wed, 12 Sep 2012 17:38:26 -0700

On Fri, Jul 20, 2012 at 07:11:33PM +0000, Ray Ronnaret, R. wrote:
Hi Devid

Below is the error

Version: 6.01
Traceback (most recent call last):
  File "zenmapGUI\ScanNmapOutputPage.pyo", line 216, in _row_changed
  File "zenmapGUI\ScanNmapOutputPage.pyo", line 236, in _update
  File "zenmapGUI\NmapOutputViewer.pyo", line 260, in show_nmap_output
MemoryError

nmap -sT -sV -p 0-6565 -O -A -d4 -v -v -v -v -n -PE -PM -PP -PS -PA -PU -PO -PY --packet-trace --traceroute --script 
oracle-brute,oracle-enum-users,oracle-sid-brute --script-args oracle-brute.sid=bkkcenp1 10.20.0-28.1-25

I think your problem here is --packet-trace. You definitely don't want
that for such a large scan. You are scanning 29 * 25 * 6566 ≈ 4.7
million ports, and each of those is going to produce at least one line
of output. This is unfortunately going to be too much to display in the
GUI.

David Fifield
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/

Current thread: