994 Commits

Author SHA1 Message Date
sethumadh 0e458d5e2c Fix UnknownAttributeError on NetworkHost/NetworkService.create 2026-05-20 13:56:21 +10:00
zinduolis ffc86bd77a Fix required changes from PR review 2026-03-11 09:34:45 +10:00
zinduolis 3ff7637124 Merge branch 'master' into issue/3475-remove-ARE 2026-03-06 19:24:18 +10:00
zinduolis 7158f0fa44 Fix useless local assignments 2026-02-26 11:30:54 +10:00
zinduolis 70ec0de175 Fix Stored XSS in Browser Details and Core Filters 2026-02-26 11:20:30 +10:00
zinduolis 28933734fc Merge branch 'master' into issue/3475-remove-ARE 2026-02-05 10:39:57 +10:00
Jake Webster 5872df9d64 UPDATE: rubocop lints on browser.rb 2026-01-22 16:55:37 +10:00
kaitoozawa 4e6de7a676 Remove obsolete ARE-related comments missed in earlier changes 2026-01-12 16:55:46 +10:00
kaitoozawa a9de1fad61 Phase 5: Remove Configuration and Assets 2026-01-12 16:55:46 +10:00
kaitoozawa acc0eb5873 Phase 4: Remove Server-Side Core 2026-01-12 16:55:46 +10:00
kaitoozawa 48f0609c92 Phase 2: Remove Client-Side ARE Code 2026-01-12 16:55:46 +10:00
kaitoozawa d6074de5fd Phase 1: Module Status Code Migration 2026-01-12 16:55:46 +10:00
kaitoozawa cbd9292331 add public host to host authorization list 2025-12-31 15:15:52 +10:00
kaitoozawa ff4c89bf46 remove the commented-out command 2025-12-30 14:59:31 +10:00
kaitoozawa 85d8d78112 add help command 2025-12-30 14:14:59 +10:00
zinduolis 95793433fa Update copyright year to 2026 2025-12-26 19:18:05 +10:00
kaitoozawa 6189279798 remove remnants of cli 2025-12-16 11:20:40 +10:00
zinduolis cc862ae82f Fix typos 2025-11-10 20:39:51 +10:00
zinduolis 5cf691120f Updated the code to be compatible with Rack3 2025-09-09 21:21:24 +10:00
zinduolis 101020ffa0 Update copyright in rb, js and jsdocs 2024-12-25 11:40:55 +10:00
zinduolis f383da04b6 Allow for four digit segments 2024-11-06 19:50:45 +10:00
zinduolis e612a24c1b Improve security of browser version matching regex 2024-11-06 19:50:45 +10:00
zinduolis ad23184646 Reapply "Merge branch 'pr/zinduolis/3149-3'"
This reverts commit 074efc7de6.
2024-11-06 19:50:45 +10:00
zinduolis a5a8196792 Fix origin / domain terminology (#1688) 2024-10-23 16:07:17 +10:00
Stephen db28734fbc Refactor veganlol function
to cookieValueRandomizer in browser/cookie.js
2024-10-15 04:48:45 +10:00
Stephen 0821490acd Merge branch 'master' into pr/LauchieHarvey/3031 2024-03-25 12:20:05 +10:00
Stephen c4b0b63e90 move dns banner output into to banners.rb - still had a bug 2024-03-25 11:44:33 +10:00
Stephen 27ae165f92 removed incorrect comment 2024-03-25 07:17:38 +10:00
Stephen a41e2bb637 fix typo 2024-03-22 15:19:20 +10:00
Stephen 55632fe2d6 move the proxy banner to banners.rb 2024-03-20 16:43:13 +10:00
Stephen 91295243a3 :x
:q!
2024-03-19 06:55:15 +00:00
Stephen 32b72c2134 fixed string mangement bug 2024-03-17 17:03:30 +10:00
Stephen 1ec09bb569 move the deprecation warning to the comment as it is only used in tests 2024-03-17 10:58:39 +10:00
root e25529a76b Autorun UI elements now match command module elements. 2024-02-24 19:11:33 -05:00
root 1b1c8543b3 Added REST PATCH endpoint for updating ARE rules. 2024-02-18 21:05:02 -05:00
Stephen d110484294 Update geoip messages 2024-01-04 13:40:13 +10:00
Stephen 01fc227d90 Removed blog from loanding banners 2024-01-04 05:55:39 +10:00
Stephen 747ddb5387 Updated http://beefproject.com to https://beefproject.com 2023-12-31 14:18:50 +10:00
jcrew99 3a486c7626 Updated Copyright 2023-12-26 22:32:31 -05:00
Stephen 4e9fdb4f18 Changed rescue message print_error to print_debug 2023-09-30 12:53:46 +10:00
bcoles eb5959a975 WebSockets: flush beef.net.queue during keepalive (#2806) 2023-04-04 03:42:50 +10:00
bcoles 4a4eb307bc API: Verify inheritance from BeEF::API class (#2803) 2023-04-03 23:22:38 +10:00
bcoles 6887774823 Remove PhishingFrenzy integration (#2793) 2023-04-03 15:51:10 +10:00
bcoles 58efd34f8c Extensions: Remove IPEC extension (#2792)
* Remove browser extension payloads from Social Engineering modules

* Extensions: Remove IPEC extension
2023-04-03 15:01:52 +10:00
bcoles 92fe621425 Remove unused deployJava.js client JavaScript library (#2791) 2023-04-03 02:04:14 +10:00
bcoles cc56090ba4 Remove jools library (#2790) 2023-04-03 01:48:04 +10:00
bcoles 996edf9ed8 Removed several old exploits and Mass Mailer functionality (#2788)
* Modules: remove old exploits

* Social Engineering: remove old templates

* Social Engineering: Remove Mass Mailer functionality
2023-04-02 22:08:34 +10:00
bcoles 221fbddec2 AutorunEngine: Cleanup, rename REST routes, use Core::Models in REST API (#2785)
* arerules: Remove os/browser properties with redundant 'ALL' values

* Tools: Add Autorun REST examples

* AutorunEngine: Cleanup, rename REST routes, use Core::Models in REST API
2023-04-02 20:04:38 +10:00
bcoles f8cba6e952 AutorunEngine: RuleLoader: Skip enabled rule file if rule is already in database (#2782)
* AutorunEngine: Engine: store rule execution rule ID

* AutorunEngine: RuleLoader: Skip enabled rule file if rule is already in database
2023-04-02 02:05:41 +10:00
bcoles e1ed67b5d3 config: add comments for public connect-back settings (#2778) 2023-04-01 04:21:36 +11:00