mirror of
https://github.com/DepthFirstDisclosures/Nginx-Rift.git
synced 2026-05-16 11:07:44 +00:00
init
This commit is contained in:
commit
90f4b4a302
8 changed files with 393 additions and 0 deletions
5
entrypoint.sh
Executable file
5
entrypoint.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
cd /app
|
||||
python3 server.py &>/dev/null &
|
||||
# setarch -R disables ASLR for the launched process (deterministic addresses)
|
||||
exec setarch x86_64 -R /nginx-src/build/nginx -p /app -c /app/nginx.conf
|
||||
Loading…
Add table
Add a link
Reference in a new issue