Refactor project structure: remove obsolete files, add new Dockerfile for Apache, and integrate React app with TypeScript support
This commit is contained in:
parent
d907d4df38
commit
0fa3c7715b
32 changed files with 2 additions and 2 deletions
7
apache/attacker/dockerfile
Normal file
7
apache/attacker/dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM debian:bookworm-slim
|
||||
RUN apt-get update && apt-get install -y dsniff \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY ./ip_forward /usr/local/bin/ip_forward
|
||||
# CMD ["curl", "--insecure", "https://webserver/"]
|
||||
CMD ["dsniff", "-i", "eth0", "-w", "/tmp/dsniff.out"]
|
1
apache/attacker/ip_forward
Normal file
1
apache/attacker/ip_forward
Normal file
|
@ -0,0 +1 @@
|
|||
1
|
Loading…
Add table
Add a link
Reference in a new issue