Fix typos

Found via `codespell -S ./arjun/db -L splitted`
This commit is contained in:
Kian-Meng Ang
2022-09-29 22:22:17 +08:00
parent 8595d2ba7e
commit d7aba7080d
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ def heuristic(raw_response, wordlist):
if len(response) < 200:
if ('required' or 'missing' or 'not found' or 'requires') in response.lower() and ('param' or 'parameter' or 'field') in response.lower():
if not mem.var['quiet']:
print('%s The endpoint seems to require certain parameters to function. Check the repsonse and use the --include option appropriately for better results.' % info)
print('%s The endpoint seems to require certain parameters to function. Check the response and use the --include option appropriately for better results.' % info)
words_exist = True
potential_params = re_words.findall(response)
# Parse Inputs