forked from getanteon/anteon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e44f01
commit 571e859
Showing
3 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
FROM alpine:3.14.2 | ||
ENV ENV="/root/.ashrc" | ||
ENV TERM="xterm-256color" | ||
WORKDIR /root | ||
RUN apk --no-cache add ca-certificates | ||
COPY ddosify /bin/ | ||
|
||
ENTRYPOINT ["ddosify"] | ||
COPY assets/ddosify.profile /tmp/profile | ||
RUN cat /tmp/profile >> "$ENV" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
export TERM=xterm-256color | ||
NC='\033[0m' | ||
printf "\e[38;5;172m\n" | ||
cat<<ddosify | ||
__ __ _ ____ | ||
____/ /____/ /____ _____ (_)/ __/__ __ | ||
/ __ // __ // __ \ / ___// // /_ / / / / | ||
/ /_/ // /_/ // /_/ /(__ )/ // __// /_/ / | ||
\__,_/ \__,_/ \____//____//_//_/ \__, / | ||
/____/ | ||
|
||
ddosify | ||
|
||
printf "Simple usage:${NC} ddosify -t targetsite.com\n\n" |