mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-25 23:13:24 +08:00
Removed print statement that was used for debugging.
This commit is contained in:
parent
cec034e811
commit
36d2acef7a
1 changed files with 0 additions and 1 deletions
|
@ -264,7 +264,6 @@ def filter(lst):
|
|||
for item in lst:
|
||||
item = str(item)
|
||||
if (item[0].isalpha() or item[0].isdigit()) and ('xxx' not in item) and ('..' not in item):
|
||||
print('item: ', item)
|
||||
if '252f' in item:
|
||||
item = item.replace('252f', '')
|
||||
if '2F' in item:
|
||||
|
|
Loading…
Reference in a new issue