How I create static websites for tiny archives (2025)
ATT&CK techniques detected
T1217Browser Information Discovery
97%
"##or ( " # listofbookmarks " ). innerhtml = bookmarks. map ( bookmark ). join ( " " ) ; } ) ; < / script > < h1 > bookmarks < / h1 > < ul id = " listofbookmarks " > < / ul > i ’ m listening for the domcontentloaded event, which occurs when the html page has been fully parsed. whe…"
Which technique(s) should be tagged here? Pick zero or more — leaving blank just records that the original was wrong.
No matches for .
Loading techniques…
T1217Browser Information Discovery
95%
"json files via file : / /. if you open an html page without a web server, the browser will block requests to fetch a json file because of security restrictions. by storing data in a javascript file instead, i can load it with a simple < script > tag. i wrote a small python librar…"
Which technique(s) should be tagged here? Pick zero or more — leaving blank just records that the original was wrong.
No matches for .
Loading techniques…
T1217Browser Information Discovery
35%
"the url query parameters, paginate the list of filtered and sorted items, and show some pagination controls : < script > / * get the current page number. * / function getpagenumber ( params ) { return number ( params. get ( " pagenumber " ) ) | | 1 ; } window. addeventlistener ( …"
Which technique(s) should be tagged here? Pick zero or more — leaving blank just records that the original was wrong.
No matches for .
Loading techniques…