euscan: add new robots.txt exceptions
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
parent
d7f655cdde
commit
277fb4ebe6
@ -18,7 +18,7 @@ CONFIG = {
|
|||||||
'brute-force-recursive': True,
|
'brute-force-recursive': True,
|
||||||
'brute-force-false-watermark': 50,
|
'brute-force-false-watermark': 50,
|
||||||
'scan-dir': True,
|
'scan-dir': True,
|
||||||
'oneshot': False,
|
'oneshot': True,
|
||||||
'user-agent' : 'escan (http://euscan.iksaif.net)',
|
'user-agent' : 'escan (http://euscan.iksaif.net)',
|
||||||
'skip-robots-txt' : False,
|
'skip-robots-txt' : False,
|
||||||
'cache' : False
|
'cache' : False
|
||||||
@ -60,4 +60,6 @@ ROBOTS_TXT_BLACKLIST_DOMAINS = [
|
|||||||
'(.*)sourceforge(.*)',
|
'(.*)sourceforge(.*)',
|
||||||
'(.*)github.com',
|
'(.*)github.com',
|
||||||
'(.*)berlios(.*)',
|
'(.*)berlios(.*)',
|
||||||
|
'(.*)qt.nokia.com(.*)',
|
||||||
|
'(.*)chromium.org(.*)',
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user