We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ffc2fd commit 0a251f6Copy full SHA for 0a251f6
httpfuzzerprocessor/pitchWork.py
@@ -63,7 +63,7 @@ def chooseFile():
63
return filePath
64
65
def chooseNumber():
66
- number = JOptionPane.showInputDialog(None, "How many payload do you wante [2 to 20]:", "Input", JOptionPane.QUESTION_MESSAGE)
+ number = JOptionPane.showInputDialog(None, "How many payload do you want [2 to 20]:", "Input", JOptionPane.QUESTION_MESSAGE)
67
68
# Check number between 2 to 20
69
if int(number) > 1 and int(number) < 21:
0 commit comments