Skip to content

Commit

Permalink
Update ops.py
Browse files Browse the repository at this point in the history
  • Loading branch information
0ur4n05 authored Apr 30, 2021
1 parent 01b6c7d commit 00a141c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def checking(urlp , wordlistp) :
def wordlist(urlw , wordlistp) :
payloads = open(wordlistp, 'r')
wordlist = open('./wordlists/wordlist.txt' , "a+")
if "?" or "=" or "<url>" in urlw :
if "?" and "=" and "<url>" and urlw :
print("[+]-Parameters detected")
for line in payloads :
line = line.strip(' \n\t')
Expand Down

0 comments on commit 00a141c

Please sign in to comment.