
12.06.2020, 11:34
|
|
Новичок
Регистрация: 09.06.2020
Сообщений: 0
С нами:
3120598
Репутация:
0
|
|
Quick patch:
modify the 1014 line on v3n0m.py file, commenting the site check (end of if part):
from if domain not in tmplist and "=" in url and site in url:
-> if domain not in tmplist and "=" in url: # and site in url:
cheers
|
|
|