Skip to content

Commit

Permalink
Update rath_ddos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Did-Dog committed Jan 23, 2024
1 parent 0e7f139 commit 212472d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rath_ddos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# https://stackoverflow.com/questions/5656892/inserting-text-in-a-user-prompt-when-executing-a-command-from-shell-bash-scrip
# https://askubuntu.com/questions/338857/automatically-enter-input-in-command-line
name: Rath-DDoS

on:
Expand Down Expand Up @@ -32,9 +33,7 @@ jobs:
- name: Running Script
run: |
cd Rath-DDoS-master
printf "1.1.1.1\n80\n" | python2 rath.py
# echo "80\n
# expect "Enter Target Ip :"
# send "1.1.1.1"
printf "${{ github.event.inputs.url }}\n${{ github.event.inputs.port }}\n" | python2 rath.py
# printf "1.1.1.1\n80\n" | python2 rath.py
# printf "${{ github.event.inputs.url }}"
# echo "${{ github.event.inputs.port }}"

0 comments on commit 212472d

Please sign in to comment.