Thanks to visit codestin.com Credit goes to github.com
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 450b3c9 commit 49982bcCopy full SHA for 49982bc
1 file changed
lib/core/target.py
@@ -181,7 +181,7 @@ def process(match, repl):
181
kb.postHint = POST_HINT.SOAP if "soap" in conf.data.lower() else POST_HINT.XML
182
183
elif re.search(MULTIPART_RECOGNITION_REGEX, conf.data):
184
- message = "Multipart like data found in %s data. " % conf.method
+ message = "Multipart-like data found in %s data. " % conf.method
185
message += "Do you want to process it? [Y/n/q] "
186
test = readInput(message, default="Y")
187
if test and test[0] in ("q", "Q"):
0 commit comments