Merge remote-tracking branch 'origin/develop' into server-as-subcommand
This commit is contained in:
@@ -3,4 +3,4 @@ RUN apk update && apk add nmap
|
||||
COPY nmap.pow /tmp/
|
||||
RUN cd /tmp && pipenv install --system --deploy
|
||||
ENTRYPOINT ["/usr/bin/kapow"]
|
||||
CMD ["/tmp/nmap.pow"]
|
||||
CMD ["server", "/tmp/nmap.pow"]
|
||||
|
||||
Regular → Executable
+1
-1
@@ -16,4 +16,4 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
kapow route add -X GET '/list/{ip}' -c 'nmap -sL $(request /match/ip) | response /body'
|
||||
kapow route add -X GET '/list/{ip}' -c 'nmap -sL $(request /matches/ip) | response /body'
|
||||
|
||||
Reference in New Issue
Block a user