doc: drop mentions to .pow files ($deity REST their soul)

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
pancho horrillo
2020-12-24 13:30:23 +01:00
parent e72c65c859
commit 26fa12c871
31 changed files with 159 additions and 146 deletions
@@ -5,7 +5,7 @@ A small web gui for [pandoc](https://pandoc.org) that allows to convert between
## How to run it
```
$ kapow server DocumentConverter.pow
$ kapow server DocumentConverter
```
@@ -10,7 +10,7 @@ Run a long network scan in background with support for webhook on completion.
## How to run it
```
$ kapow server NetworkScanner.pow
$ kapow server NetworkScanner
```
@@ -1,3 +1,3 @@
#!/bin/sh
#!/usr/bin/env sh
kapow route add /sniff -c 'tcpdump -i any -U -s0 -w - "not portrange 8080-8082" | kapow set /response/body'
@@ -8,7 +8,7 @@ Provides an HTTP service that allows the user to sniff the network in real time.
For the sake of simplicity, run:
```
$ sudo -E kapow server NetworkSniffer.pow
$ sudo -E kapow server NetworkSniffer
```
In a production environment, tcpdump should be run with the appropiate