Commit Graph

2422 Commits (774a99deb1f013b5e6402dfc0d169ad3a9df40de)

Author SHA1 Message Date
Raphaël Vinot 774a99deb1 fix: JS error on dublicate embedded resource in same page 2024-10-09 22:46:16 +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 c170160954 chg: Bump deps 2024-10-09 14:19:36 +02:00
Raphaël Vinot c93efc2ff1 fix: Properly load JS dependencies on body hash view 2024-10-09 14:18:02 +02:00
Raphaël Vinot 1ff000921a fix: Skip mode DNS resolution entries when importing a capture 2024-10-09 14:17:18 +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 393a598d77 fix: Properly cleanup the HHHashes global index. 2024-10-07 18:36:46 +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 9eaf38de07 chg; Bump deps 2024-10-07 13:15:47 +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 e54c580cce chg: improve logging messages 2024-10-03 11:01:56 +02:00
Raphaël Vinot 2d99f26a8c chg: Improve query, store, and display for DNS responses 2024-10-02 17:30:31 +02:00
Raphaël Vinot db5644d782 fix: Calls with the VT lib fail when not in async mode. 2024-10-02 01:42:47 +02:00
Raphaël Vinot 84edd62b28 fix: Avoid exception on broken MX 2024-10-01 21:42:14 +02:00
Raphaël Vinot b48e654fe1 chg: Bump deps 2024-10-01 21:34:43 +02:00
Raphaël Vinot aa568969f1 new: Run SOA, MX and NS DNS queries foreach nodes 2024-10-01 21:08:34 +02:00
Raphaël Vinot 6c8c183485 chg: Make DNS resolution async 2024-09-27 16:42:25 +02:00
Raphaël Vinot 7a37751447 chg: Allow to stop indexing before all the captures are indexed 2024-09-27 12:26:34 +02:00
Raphaël Vinot 90525cfff2 chg: Bump deps 2024-09-27 00:05:41 +02:00
Raphaël Vinot 36837a8edc chg: Enforce username with only chars 2024-09-25 16:37:53 +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 1e59faf24d fix: return 0 instead of a list in counters 2024-09-25 12:28:30 +02:00
Raphaël Vinot 6ccfb1c1e1 fix: Avoid exception awaiting index update 2024-09-25 12:09:21 +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 69c7b0ac00 new: Pass interval (timestamp) for the TLDs lookup 2024-09-24 17:15:09 +02:00
Raphaël Vinot 54deae4783 fix: Properly catch broken settings in bg processing 2024-09-24 16:28:46 +02:00
Raphaël Vinot de4a48310d chg: Bump deps 2024-09-24 15:41:14 +02:00
Raphaël Vinot b3a4f539b0 new: TLDs indexing, new format for capture internals indexes 2024-09-24 15:41:14 +02:00
Raphaël Vinot 193456a7e5
Merge pull request #939 from Lookyloo/dependabot/github_actions/docker/build-push-action-6
build(deps): bump docker/build-push-action from 5 to 6
2024-09-24 14:44:29 +02:00
dependabot[bot] a6e4c5ce56
build(deps): bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-24 10:29:13 +00:00
Raphaël Vinot 5604c85f77
Delete .github/workflows/codeql-analysis.yml 2024-09-24 01:46:08 +02:00
Raphaël Vinot 3f67bb567d
Create codeql.yml 2024-09-24 01:43:06 +02:00
Raphaël Vinot d5b36059ae chg: Bump version 2024-09-17 13:32:00 +02:00
Raphaël Vinot 8595c37f7d chg: Bump deps, version 2024-09-17 13:07:00 +02:00
Raphaël Vinot 09e394bceb chg: Bump deps 2024-09-13 11:02:42 +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 62746943cd chg: Bump deps 2024-09-06 16:33:24 +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 92daaaaa43 chg: Bump deps 2024-09-05 15:12:53 +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 55b437b74d new: set to keep track of the un-indexable captures 2024-08-29 16:18:13 +02:00
Raphaël Vinot 92f927bdb1 chg: Bump deps 2024-08-29 15:21:52 +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 0dbf4624bc chg: Bump deps 2024-08-22 15:23:00 +02:00