Files
kapow/poc
pancho horrillo 56876335b7 Add yet another Nmap example, ideal to be consumed by browser
I intend to replace the nmap-streaming.pow example with this one.
I've realized that nmap-streaming.pow is not actually a streaming example,
since Nmap won't write its output(s) until scan is finished, and hence, kapow
will serve them in one shot.

Check it out, @nilp0inter, @cr0hn.
2019-10-25 08:14:38 +02:00
..
2019-04-26 08:38:32 +02:00
2019-09-03 11:18:35 +02:00
2019-08-02 10:21:50 +02:00

Kapow! PoC
==========

This directory contains a somewhat working Kapow! implementation written
in Python.

The purpose of this implementation is to be an experimentation playfield
for the developers, allowing us to discuss and test new features
quickly.

Try the software within this directory with caution, anything can break
at any moment.


.. code-block:: plain
   
            _,-._
           ; ___ :           ,------------------------------.
       ,--' (. .) '--.__    |                                |
     _;      |||        \   |     Arrr!! Be ye warned!       |
    '._,-----''';=.____,"   |                                |
      /// < o>   |##|       |                                |
      (o        \`--'       //`-----------------------------'
     ///\ >>>>  _\ <<<<    //
    --._>>>>>>>><<<<<<<<  /
    ___() >>>[||||]<<<<
    `--'>>>>>>>><<<<<<<
         >>>>>>><<<<<<
           >>>>><<<<<
            >>ctr<<


Running the Spec Test Suite
---------------------------

Sitting in this directory run ``make`` to run the Kapow! Python PoC
against the Spec Test Suite.