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 authored Jan 23, 2024
1 parent 19c0864 commit 0e7f139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rath_ddos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Running Script
run: |
cd Rath-DDoS-master
echo "1.1.1.1\n" "80\n" | python2 rath.py
echo "80\n
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 }}"
Expand Down

0 comments on commit 0e7f139

Please sign in to comment.