Files
OneForAll-mirror/data/rules/wappalyzer/pelican.json
T
2020-07-29 00:02:06 +08:00

13 lines
309 B
JSON

{
"name": "Pelican",
"website": "https://blog.getpelican.com/",
"matches": [
{
"regexp": "powered by <a href=\"[^>]+getpelican\\.com"
},
{
"regexp": "powered by <a href=\"https?://pelican\\.notmyidea\\.org"
}
],
"implies": "Python"
}