Experimental network scanner
Go to file
Přemysl Eric Janouch 47aaedd26a Implement the HTTP plugin
Ended up including Joyent's http-parser library.
2014-09-21 01:02:16 +02:00
http-parser@0b43367131 Implement the HTTP plugin 2014-09-21 01:02:16 +02:00
plugins Implement the HTTP plugin 2014-09-21 01:02:16 +02:00
.gitignore Generate a manpage 2014-09-20 18:12:55 +02:00
.gitmodules Implement the HTTP plugin 2014-09-21 01:02:16 +02:00
Makefile Implement the HTTP plugin 2014-09-21 01:02:16 +02:00
README Implement the HTTP plugin 2014-09-21 01:02:16 +02:00
plugin-api.h Implement the HTTP plugin 2014-09-21 01:02:16 +02:00
ponymap.c Implement more of the services 2014-09-20 22:03:55 +02:00
siphash.c Initial commit 2014-09-08 21:40:01 +02:00
siphash.h Initial commit 2014-09-08 21:40:01 +02:00
utils.c Generate a manpage 2014-09-20 18:12:55 +02:00

README

ponymap
=======

`ponymap' is an experimental network scanner, not even in the alpha stage yet.

Replacing nmap is not the goal, even though it would be rather very nice to
have a non-copyleft licensed network scanner.

The ultimate purpose of this scanner is bruteforcing hosts and ports in search
of running services of a kind.  It should be very simple and straight-forward
to write your own service detection plugins.

Building and Running
--------------------
Build dependencies: openssl, clang, pkg-config, GNU make, help2man, Jansson

If you don't have Clang, you can edit the Makefile to use GCC or TCC, they work
just as good.  But there's no CMake support yet, so I force it in the Makefile.

 $ git clone https://github.com/pjanouch/ponymap.git
 $ git submodule init
 $ git submodule update
 $ make

That is all, no installation is required, or supported for that matter.

First you might want to generate a configuration file:
 $ ./ponymap --write-default-config

After making any necessary edits to the file (there are comments to aid you in
doing that), simply run the appropriate program with no arguments to retrieve
a usage text.

License
-------
`ponymap' is written by Přemysl Janouch <p.janouch@gmail.com>.

You may use the software under the terms of the ISC license, the text of which
is included within the package, or, at your option, you may relicense the work
under the MIT or the Modified BSD License, as listed at the following site:

http://www.gnu.org/licenses/license-list.html