You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the below error while trying to use the tool to create stress.
╭─nd33p@trv-wl-srenjith /mnt/c/Users/srenjith/Dropbox/gits/ppdns_stress ‹master›
╰─$ python ppdnstress.py 1 ↵
Enter the number of queries you wanna send: 3000
Enter the DNS server to be stressed: 192.168.130.9
Traceback (most recent call last):
File "ppdnstress.py", line 7, in <module>
dns_server = input('Enter the DNS server to be stressed: ')
File "<string>", line 1
192.168.130.9
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
╭─nd33p@trv-wl-srenjith /mnt/c/Users/srenjith/Dropbox/gits/ppdns_stress ‹master*›
╰─$ python3 ppdnstress.py
Enter the number of queries you wanna send: 3000
Enter the DNS verver to be stressed: 192.163.130.9
Sent 3000%
Getting the below error while trying to use the tool to create stress.
The text was updated successfully, but these errors were encountered: