-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy path.urlsup.toml
More file actions
74 lines (66 loc) · 2.44 KB
/
Copy path.urlsup.toml
File metadata and controls
74 lines (66 loc) · 2.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# urlsup configuration file
# Generated by the configuration wizard
# Basic settings
timeout = 30
allow_timeout = false
file_types = ["md", "markdown"]
# Performance and retry settings
retry_attempts = 2
retry_delay = 2000
rate_limit_delay = 300
# URL filtering
allowlist = [
# 404
"http://appanalysis.org",
"https://appsec-labs.com/AppUse/",
"http://dunkelheit.com.br/amat/analysis/index_en.php",
"https://thecobraden.com/projects/cobradroid/",
"https://github.com/BaiduSecurityLabs/ZjDroid",
"https://github.com/yangbean9/ZjDroid",
"https://www.nccgroup.com/us/our-research/intent-sniffer/",
"https://apkcombo.com/apk-downloader/",
"https://www.android-device-security.org/client/datatable",
"https://www.sec.tu-bs.de/~danarp/drebin/",
"http://pralab.diee.unica.it/en/AndroidPRAGuardDataset",
# Time out
"https://malwarepot.com/index.php/AMAaaS",
"https://appcritique.boozallen.com",
"https://apkscan.nviso.be/",
"http://www.mobilemalware.com.br/analysis/index_en.php",
"https://dexter.dexlabs.org/",
"http://anubis.iseclab.org/",
"http://www.androidsandbox.net/",
"http://www.mobiseclab.org/eacus.jsp",
"http://andrototal.org/",
"https://security.csl.toronto.edu/pscout/",
"https://manifestsecurity.com/appie/",
"https://androidtamer.com/",
"https://redmine.honeynet.org/projects/are/wiki",
"http://www.mobilemalware.com.br/amat/download.html",
"https://labs.mwrinfosecurity.com/tools/2012/03/16/mercury/",
"https://www.nccgroup.trust/us/about-us/resources/intent-fuzzer/",
"http://ww38.xchg.info/corkami/opcodes_tables.pdf",
"https://mobile-security.zeef.com",
"https://kb.androidtamer.com/Device_Security_Patch_tracker/",
"http://tracedroid.few.vu.nl/",
"https://appscan.bluemix.net/mobileAnalyzer",
"http://copperdroid.isg.rhul.ac.uk/copperdroid/",
"http://sanddroid.xjtu.edu.cn/",
"https://fireeye.ijinshan.com/",
"http://siis.cse.psu.edu/tools.html",
"http://blog.avlyun.com/wp-content/uploads/2014/04/SmaliViewer.zip",
"http://siis.cse.psu.edu/dare/index.html",
"http://admire.necst.it/",
"http://undroid.av-comparatives.info/",
"http://safe.ijiami.cn/",
"https://github.com/EugenioDelfa/Smali-CFGs",
"https://www.cs.washington.edu/sparta",
"https://approver.talos-sec.com/",
"https://malab.bitbaan.com/",
"http://codekiem.com/2012/02/24/apk-downloader/",
]
allowed_status_codes = [403, 429, 503]
# Quality settings
failure_threshold = 15.0
# Output settings
output_format = "text"