aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2014-09-15 00:56:06 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2014-09-17 23:22:02 +0200
commit06785ea4e1ace20e014acdfb17634a09cd1c87c4 (patch)
tree78c1988c39aa0b130a70199cdc200d17d372b781 /README
parent7d3f0ca4c83fb371aa47b2532199011f32a717fe (diff)
downloadponymap-06785ea4e1ace20e014acdfb17634a09cd1c87c4.tar.gz
ponymap-06785ea4e1ace20e014acdfb17634a09cd1c87c4.tar.xz
ponymap-06785ea4e1ace20e014acdfb17634a09cd1c87c4.zip
JSON output support
This was rather simple.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 4186f3f..efc6d2e 100644
--- a/README
+++ b/README
@@ -3,12 +3,16 @@ 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. Replacing nmap is not the goal.
+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, awk, sh
+Build dependencies: openssl, clang, pkg-config, GNU make, 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.