diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-09-21 00:59:31 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-09-21 01:02:22 +0200 |
commit | 49aceb664ef8e9b31f2123abc12f42cf810e3045 (patch) | |
tree | b6d049341da3b546096921ad0b149ff065379810 /README | |
parent | 47aaedd26a5ebabb3f009ca0c24c130c46558352 (diff) | |
download | ponymap-49aceb664ef8e9b31f2123abc12f42cf810e3045.tar.gz ponymap-49aceb664ef8e9b31f2123abc12f42cf810e3045.tar.xz ponymap-49aceb664ef8e9b31f2123abc12f42cf810e3045.zip |
Update the README
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,14 +1,15 @@ ponymap ======= -`ponymap' is an experimental network scanner, not even in the alpha stage yet. +`ponymap' is an experimental network scanner, of alpha quality so far. Replacing nmap is not the goal, even though it would be rather very nice to -have a non-copyleft licensed network scanner. +have a serious network scanner with a permissive license. 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. +of running services of a kind. It should be simple and straight-forward to +either write your own service detection plugins, provided that you're familiar +with writing asynchronous code, or to make changes to the existing ones. Building and Running -------------------- |