Commit Graph

393 Commits (c070aace3eff772335f43b871406a928df49bdcc)

Author SHA1 Message Date
Raphaël Vinot 416eba5beb
new: Allow user accessible MISP servers
Related  #1021
2024-12-23 18:47:41 +01:00
Raphaël Vinot 019f16e48f
fix: [tree] fix icons rendering 2024-12-13 23:00:22 +01:00
Raphaël Vinot 7df7ef7d1d
fix: Properly initialize pandora, more cleanup 2024-12-11 19:46:53 +01:00
Raphaël Vinot a8b0464afa
chg: Improve and normalize hostnode popup 2024-12-11 17:04:00 +01:00
Raphaël Vinot 489bb52e12
new: Display embedded resources too in the modal 2024-12-10 19:40:09 +01:00
Raphaël Vinot e7075c7791
fix: replace </br> -> <br> 2024-12-06 01:38:53 +01:00
Raphaël Vinot bfb6b0bd3d
fix: Improve HTML code 2024-12-06 00:54:12 +01:00
Raphaël Vinot 6cae46065c
fix: break long URLs in tables 2024-12-05 16:57:30 +01:00
Raphaël Vinot 3886da0ee0
chg: Normalize all tables on same format 2024-12-05 16:44:29 +01:00
Raphaël Vinot 18dcdfe9b4
chg: Remove hash lookup from rendering in the hostnode popup. 2024-12-04 16:17:59 +01:00
Raphaël Vinot d4f04f1b53
chg: Move uwhois request to background. 2024-12-04 16:17:09 +01:00
Raphaël Vinot 9e85d194be fix: misunderstood what stretched-link is. 2024-12-03 01:17:57 +01:00
Raphaël Vinot 73d90070c6 new: Paginate cookie names and http headers 2024-12-03 00:05:08 +01:00
Raphaël Vinot 359d9b8511 new: Paginate resources 2024-12-02 13:40:36 +01:00
Raphaël Vinot e0faad5490 new: Paginate identifiers 2024-11-28 14:22:45 +01:00
Raphaël Vinot 422151a215 new: Paginate domhash 2024-11-28 13:54:32 +01:00
Raphaël Vinot 18da251589 new: Pagination on Favicon index 2024-11-27 15:37:03 +01:00
Raphaël Vinot 556b7a4ac3 new: Paginate URL index on UI 2024-11-27 14:09:40 +01:00
Raphaël Vinot 41287c2ceb new: Paginate hostname table 2024-11-26 20:42:30 +01:00
Raphaël Vinot 61a9435bc4 fix: missing reference to public domain on capture page 2024-11-25 21:00:12 +01:00
Raphaël Vinot b490446436 chg; Finalize the move to optional admin only 3rd party modules 2024-11-23 01:59:22 +01:00
Raphaël Vinot 988bbd296f new: Config to make modules admin only (on demand) 2024-11-22 17:31:39 +01:00
Raphaël Vinot 0718c6cb39 fix: Trigger autoreport once the tree is built 2024-11-21 15:51:22 +01:00
Raphaël Vinot b225e3043d chg: refactorize and normalize the way we initialize the tables for the indexes 2024-11-08 20:44:53 +01:00
Raphaël Vinot 4d4ebe636b chg: Drop python 3.8 support 2024-11-06 14:53:25 +01:00
Raphaël Vinot ba05dc186d chg: Migrate categories to paginated index 2024-11-04 20:12:30 +01:00
Raphaël Vinot ab719bb191 chg: Migrate favicons to new paginated index 2024-10-31 16:03:03 +01:00
Raphaël Vinot ed16939790 chg: remove refs to probabilistic favicons index
It was neither probabilistic, nor used.
2024-10-31 15:18:45 +01:00
Raphaël Vinot 7eece6b98f new: Migrate identifiers to new index format 2024-10-31 13:58:49 +01:00
Raphaël Vinot 4717f3877c chg: Rename certpl hash to domhash, rebuild accordingly. 2024-10-28 14:45:26 +00:00
Raphaël Vinot 12e9430443 chg: Add logging to debug why some files are not downloadable 2024-10-16 15:25:12 +02:00
Raphaël Vinot 3a6e2004be new: Support for disabling JS during capture
Related https://github.com/ail-project/lacus/issues/30
2024-10-10 17:24:44 +02:00
Raphaël Vinot 43b23c23ac new: Only update the cached index when displaying index page 2024-10-09 18:29:24 +02:00
Raphaël Vinot 844ebc6253 fix: Properly send a file back on invalid hash 2024-10-09 14:29:53 +02:00
Raphaël Vinot acd4cb8da4 chg: speedup rendering of very big hostnode popups 2024-10-08 23:10:46 +02:00
Raphaël Vinot 17e19a5f27 chg: Only load cached captures from hostnode popup 2024-10-08 14:02:14 +02:00
Raphaël Vinot 039c349b37 chg: Prefer using cached captures, avoid exception when they need to be rebuilt 2024-10-07 21:58:43 +02:00
Raphaël Vinot f88f664307 chg: Migrate Cookies names index to new format. 2024-10-07 20:45:08 +02:00
Raphaël Vinot 9f9a24eb18 chg: Migrate HHHashes indexes to new format 2024-10-07 17:27:44 +02:00
Raphaël Vinot 80ca393f1a fix: Remove prints 2024-10-07 13:16:26 +02:00
Raphaël Vinot c68080431d chg: Migrate ressources/body hashes to new index that allows pagination on capture time 2024-10-07 13:15:15 +02:00
Raphaël Vinot 8f2361427c new: Locate node with url or hostname on tree when pivotting 2024-09-25 15:28:54 +02:00
Raphaël Vinot 88212ee740 new: Use new paginated index for hostnames and URLs 2024-09-25 12:00:59 +02:00
Raphaël Vinot a9ce857289 fix: unable to see API doc due to CSP
Fix #934

Related https://github.com/python-restx/flask-restx/issues/252
2024-09-10 17:24:02 +02:00
Raphaël Vinot f3bbe56187 chg: Do not force HTTPs, it causes weird redirecting in a loop 2024-09-05 15:42:13 +02:00
Raphaël Vinot 4a4d38b09d new: Use talisman, refactor JS, enable strict CSP. 2024-09-05 15:10:39 +02:00
Raphaël Vinot 1085932ad2 new: Force indexing of a specific capture from the UI
This should also make the indexing a lot faster.
2024-08-29 13:32:45 +02:00
Raphaël Vinot 28e81a1eae fix: use the right template for capture_hash_details 2024-08-26 11:39:46 +02:00
Raphaël Vinot d97c60f6a7 fix: Keep initial capture settings on subsequent capture 2024-08-16 14:33:57 +02:00
Raphaël Vinot 11fcc9dd8b chg: normalize output to get categories, properly re-trigger indexes 2024-07-23 18:45:09 +02:00