User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 17:40, 27 January 2016 (diff | hist) . . (+47) . . Contribution guide (current)
- 17:39, 27 January 2016 (diff | hist) . . (+4,727) . . N Contribution guide (Created page with "Hello, (this is a bit modified version of the response I gave to Shamika Dharmasiri in 2014 in this thread: http://seclists.org/nmap-dev/2014/q1/2) Glad to hear you're inter...")
- 15:48, 22 December 2015 (diff | hist) . . (+470) . . Nmap/Code walkthrough (Elaborate on NSE.)
- 15:41, 22 December 2015 (diff | hist) . . (+942) . . Nmap/Code walkthrough
- 15:34, 22 December 2015 (diff | hist) . . (+363) . . Nmap/Code walkthrough
- 15:00, 22 December 2015 (diff | hist) . . (+87) . . NSE (current)
- 14:36, 22 December 2015 (diff | hist) . . (+1,017) . . Nmap/Code walkthrough (Document the external libraries)
- 14:25, 22 December 2015 (diff | hist) . . (+33) . . Nmap/Code walkthrough
- 21:14, 21 December 2015 (diff | hist) . . (+1,512) . . N Talk:Nmap/Code walkthrough (Created page with "<pre> 22:10:42 d33tah $ bonsaiviking: could you sketch how you'd like to see execution flow documented? perhaps i could pitch in a b it ...") (current)
- 21:14, 21 December 2015 (diff | hist) . . (0) . . Nmap/Code walkthrough
- 21:13, 21 December 2015 (diff | hist) . . (+32) . . Nmap/Code walkthrough
- 21:09, 21 December 2015 (diff | hist) . . (+42) . . Nmap/Code walkthrough
- 14:57, 1 June 2015 (diff | hist) . . (+265) . . N Nmap tricks (Created page with "= Choosing default NSE script categories = <blockquote>15:51:53 bonsaiviking $ d33tah: you can edit nse_main.lua to add "external" to the check_rules function</blockquote>...") (current)
- 12:57, 31 August 2014 (diff | hist) . . (+413) . . N Nmap/Moving to a separate directory (Created page with "This page lists some problems that need to be solved in order to move Nmap to its own directory. # In source code trunk, <code>mkdir nmap ; mv *.cc *.c *.h nmap</code> # In c...") (current)
- 19:15, 19 August 2014 (diff | hist) . . (+1) . . Nmap/nsock based port scanning (current)
- 18:23, 19 August 2014 (diff | hist) . . (+18) . . Nmap/nsock based port scanning
- 18:22, 19 August 2014 (diff | hist) . . (+19) . . Nmap/Regression testing (current)
- 18:21, 19 August 2014 (diff | hist) . . (+3) . . Nmap/Regression testing
- 18:19, 19 August 2014 (diff | hist) . . (+15) . . Nmap/Regression testing
- 18:18, 19 August 2014 (diff | hist) . . (+782) . . N Nmap/Regression testing (Created page with "= Sample report = Sample report (in an .eml file form) can be found here: https://svn.nmap.org/nmap-exp/d33tah/uploads/r33583-nmap-portscan-tests-sample-report.eml = Running...")
- 14:29, 19 August 2014 (diff | hist) . . (+8) . . Nmap/nsock based port scanning
- 20:25, 18 August 2014 (diff | hist) . . (+27) . . Nmap/nsock based port scanning (Markup again.)
- 19:07, 18 August 2014 (diff | hist) . . (-22) . . Nmap/nsock based port scanning (Markup yet again.)
- 19:06, 18 August 2014 (diff | hist) . . (+82) . . Nmap/nsock based port scanning (More markup fixes.)
- 19:03, 18 August 2014 (diff | hist) . . (+2) . . Nmap/nsock based port scanning (Fix markup again.)
- 19:01, 18 August 2014 (diff | hist) . . (-641) . . Nmap/nsock based port scanning (Fix markup)
- 18:52, 18 August 2014 (diff | hist) . . (+4,378) . . N Nmap/nsock based port scanning (Copying the version from my laptop.)
- 11:22, 24 June 2014 (diff | hist) . . (+89) . . Nmap/Code Standards
- 10:14, 23 June 2014 (diff | hist) . . (+787) . . N User:D33tah/GSoC 2014 Meeting notes (Created page with "= Week 4 = * https://www.bamsoftware.com/wiki/Nmap/PerformanceGraphs * netem: http://www.linuxfoundation.org/collaborate/workgroups/networking/netem * HostScanStats and Gro...") (current)
- 20:24, 26 February 2014 (diff | hist) . . (+53) . . GSoC community ideas/WebSocket mode for Ncat (current)
- 20:24, 26 February 2014 (diff | hist) . . (+53) . . GSoC community ideas/Port Nmap to MinGW (current)
- 20:22, 26 February 2014 (diff | hist) . . (+48) . . GSoC community ideas (Add the "zenmap gui developer" placeholder.)
- 20:15, 26 February 2014 (diff | hist) . . (-7,597) . . GSoC community ideas (Move the descriptions of projects to separate pages.)
- 20:13, 26 February 2014 (diff | hist) . . (+221) . . N GSoC community ideas/Moving packet.lua from lua to C++ (Created page with "It might make sense for NSE to leverage the existing packet crafting classes, the existing packet.lua isn't as stable and fully-featured as our C++ classes. That would also me...") (current)
- 20:13, 26 February 2014 (diff | hist) . . (+269) . . N GSoC community ideas/Nsock buffered I/O (Created page with "Profiling nsock and studying the I/O patterns of nmap would help us optimize the way we perform I/O and use memory in nsock. Especially, using I/O vectors (see readv/writev) c...") (current)
- 20:13, 26 February 2014 (diff | hist) . . (+484) . . N GSoC community ideas/Nsock based asynchronous hostname lookup (Created page with "Hostname lookups are currently performed in a blocking way using getaddrinfo(3). Nsock could provide a dedicated API for this. It would open the door to many further performan...") (current)
- 20:13, 26 February 2014 (diff | hist) . . (+2,219) . . N GSoC community ideas/WebSocket mode for Ncat (Created page with "WebSocket is a protocol used by web browsers to provide functionality similar to that of TCP sockets. It consists of an HTTP-based handshake with an <code>Upgrade</code> heade...")
- 20:12, 26 February 2014 (diff | hist) . . (+339) . . N GSoC community ideas/New IPv6 OS scan features (Created page with "“Features” in a machine learning sense. A list of some ideas is in the comments of https://svn.nmap.org/nmap-exp/luis/ipv6tests/vectorize.py. This involves adding them to ...") (current)
- 20:12, 26 February 2014 (diff | hist) . . (+177) . . N GSoC community ideas/Nsock server mode (Created page with "Nsock should provide a server mode to wait for and accept connections (for ncat and nping). An implementation is proposed on https://svn.nmap.org/nmap-exp/henri/nsock-servermode") (current)
- 20:11, 26 February 2014 (diff | hist) . . (+280) . . N GSoC community ideas/Bringing lua to ncat (Created page with "A scripting engine in ncat would allow users to easily design network applications and automatize things (stats, logs...) This would provide users a way to quickly implement...") (current)
- 20:11, 26 February 2014 (diff | hist) . . (+368) . . N GSoC community ideas/Scanning through proxies (Created page with "Nmap and nping should be able to leverage HTTP and SOCKS proxies for scanning. The current implementation suffers limitations regarding SSL, authentication and proxy types. So...") (current)
- 20:11, 26 February 2014 (diff | hist) . . (+688) . . N GSoC community ideas/Exploring port scanning from within NSE (Created page with "Being able to write port scanning modules for NSE might open new opportunities. Some experiments have been done, showing that NSE could be well suited to write application-bas...") (current)
- 20:10, 26 February 2014 (diff | hist) . . (+121) . . GSoC community ideas/Improved port specification (Whoops. Forgot to copy a link.)
- 20:10, 26 February 2014 (diff | hist) . . (+192) . . N GSoC community ideas/Improved port specification (Created page with "The <code>--top-ports</code> parameter is incredibly valuable but hardly adaptive. It would be nice to extend the port specification syntax to easily add/remove ports from the...")
- 20:09, 26 February 2014 (diff | hist) . . (+220) . . N GSoC community ideas/XML parser for NSE (Created page with "NSE would definitely benefit a good XML parser. This was already discussed a couple times on nmap-dev. Thread [http://seclists.org/nmap-dev/2012/q1/205 here] by prospective GS...")
- 20:09, 26 February 2014 (diff | hist) . . (+88) . . N GSoC community ideas/Nmap Scripting Engine Script Developer (Created page with "* Web scanning specialist * Discovery scanning specialist * Vuln/exploitation specialist") (current)
- 20:08, 26 February 2014 (diff | hist) . . (+243) . . N GSoC community ideas/WinPcap Specialist (Created page with "* WinPcap support for NDIS 6 * WinPcap privileges * No-install DLL support * Driver signing * Maybe release it with new name and function entry points and maintain it ourselve...") (current)
- 20:08, 26 February 2014 (diff | hist) . . (+345) . . N GSoC community ideas/Performance/Optimization specialist (Created page with "* Optimize Nmap performance and resource usage * A fully stateless ping scanner, à la zmap|masscan could be added for very large scale scans. * Maybe do some of our large-sca...")
- 20:08, 26 February 2014 (diff | hist) . . (+511) . . N GSoC community ideas/Test automation specialist (Created page with "* Parallelize Ncat tests ** let Ncat listen on port 0 to choose a random open port (and print it on the debug output). Then tests can start multiple instances at once without...")
- 20:07, 26 February 2014 (diff | hist) . . (+426) . . N GSoC community ideas/Bringing Lua to Ncat, part II (Created page with "In 2013, a Google Summer of Code project called "Bringing Lua to Ncat" introduced Lua scripting support to Ncat. While some functionality was added, this project was mostly ab...") (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)