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:
@@ -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
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user