Commit Graph
279 Commits
Author SHA1 Message Date
Yogesh Ojha 596dddf939 add and save chaos key funcs 2024-08-31 19:26:57 +05:30
Yogesh Ojha 39cee31384 fix update changelog screen for reNgine 2024-08-31 12:41:07 +05:30
Yogesh Ojha 61a28004db Add notification when new update for reNgine is available 2024-08-31 12:15:38 +05:30
Yogesh Ojha aa70a28fda make clickable notifications 2024-08-31 11:51:32 +05:30
Yogesh Ojha f18e55e8f1 Added notification status for priotiy 2024-08-31 08:35:36 +05:30
Yogesh Ojha 597748b7a7 Introduce project and system wide notification 2024-08-30 07:40:48 +05:30
Yogesh Ojha d995efedab disable pagination 2024-08-30 06:47:59 +05:30
Yogesh Ojha e5e9e4d672 feat: Add notification management API endpoints 2024-08-30 06:31:33 +05:30
Yogesh Ojha 12f1a646cd created serializers for notification model 2024-08-30 06:30:59 +05:30
Yogesh Ojha 9ebdf48053 Merge branch 'master' into release/2.2.0 2024-08-16 12:10:33 +05:30
Yogesh Ojha 25e7563013 fix: refactor whois fetching 2024-08-09 10:30:49 +05:30
Yogesh OjhaandGitHub 7ab96c00d1 Merge pull request #1348 from yogeshojha/1343-bug-after-updating-from-v211-to-v212-web-gui-still-show-v211
Introduce github action for auto updating version and changelog on every release
2024-07-31 20:00:34 +05:30
Yogesh OjhaandGitHub db0348cb86 Merge pull request #1321 from yogeshojha/1270-stop-all-scans-killswitch
Feature: Introduce stop multiple scans #1270
2024-07-31 19:22:20 +05:30
Yogesh Ojha e1e8b47f23 remove hardcoded version to use context processor 2024-07-31 19:19:46 +05:30
Yogesh Ojha f7d0a57fdd Fix 500 error during tool update 2024-07-29 11:31:19 +05:30
Yogesh Ojha 1f3df26c87 use existing run command 2024-07-23 07:01:43 +05:30
Yogesh Ojha 109ae17d83 Fix command injection in WAF Detector 2024-07-23 06:52:44 +05:30
Yogesh Ojha ded8c16785 fix issue on aborting scans that are already success or aborted 2024-07-22 10:00:32 +05:30
Yogesh Ojha c2b1c10ae2 modify abort scan 2024-07-22 09:49:00 +05:30
Yogesh Ojha 7c4239d8a1 Modified StopScan ApiView to accept multiple scan ids 2024-07-22 09:45:24 +05:30
Yogesh Ojha 364e1594bd update logger 2024-07-22 09:17:07 +05:30
Yogesh Ojha 9e80ccab5d added option to stop multiple scans 2024-07-22 08:34:01 +05:30
Yogesh Ojha 9586d0d003 make subdomain id as optional 2024-07-20 08:37:42 +05:30
Yogesh Ojha 43199895ac fix todo issue while adding from all subdomains 2024-07-20 08:32:27 +05:30
Yogesh Ojha 11ddd043c0 rename gpt to llm 2024-07-15 13:06:48 +05:30
Yogesh Ojha e7031d6809 rename gpt to llm 2024-07-15 13:04:28 +05:30
Yogesh Ojha 3a33de262c fix ollama issues 2024-07-14 21:15:36 +05:30
Yogesh Ojha b511d9b801 Merge branch 'pbehnke/master' into release/2.1.0 2024-06-19 09:16:04 +05:30
Yogesh Ojha 75cadb9ad7 fix using ollama vs openai 2024-05-12 18:59:41 +05:30
Yogesh Ojha 1f35de3920 added put method to select model 2024-05-12 18:59:41 +05:30
Yogesh Ojha 78bb203492 added ollama manager to pull and delete models 2024-05-12 18:59:41 +05:30
jxdvandYogesh Ojha 8debafa5be replace .format() with f-strings 2024-05-12 18:47:27 +05:30
RaynaldandYogesh Ojha 460f56020e Filter by important subdomains in API call 2024-05-12 18:46:36 +05:30
Sean OvertonandYogesh Ojha 2e681f808f feat(issue-462): added handling of org_name in AddTarget APIView 2024-05-12 18:46:14 +05:30
Yogesh Ojha 29f5dbe443 Added aborted user details 2024-05-12 18:46:13 +05:30
Yogesh Ojha 10c5630e7a remove debug print 2024-04-17 19:00:42 +05:30
Yogesh Ojha 81c9264d14 remove results directory after parsing 2024-04-17 19:00:25 +05:30
Yogesh Ojha 632d44aaf8 Fix #1219 use inbuilt run_command instead of os.system causing RCE 2024-04-17 18:57:20 +05:30
Phil BehnkeandPhil Behnke a10b5b195d Disable strict checking of host bits in cidr notation. See https://docs.python.org/3/library/ipaddress.html\#ipaddress.IPv4Network 2024-02-27 11:45:01 -05:00
Phil Behnke 3b50bffbf8 Fix resolving CIDR blocks on "Resolve and add IP Address" tab: https://github.com/yogeshojha/rengine/issues/1163 2024-02-22 16:38:16 -05:00
Raynald 8342d23360 Relation name fix 2023-11-23 03:32:43 +01:00
Raynald 2924cb7784 Move target condition 2023-11-23 03:08:11 +01:00
Raynald 438b384e52 Add project parameter to links 2023-11-23 02:59:23 +01:00
Raynald 1e3605a32a Add condition according to parameters 2023-11-23 02:27:58 +01:00
AnonymousWPandGitHub ca6a14adc9 Merge pull request #1048 from psyray/fix-todos-count-718
Count only not done todos in subdomains list
2023-11-21 14:04:13 +01:00
AnonymousWPandGitHub c966cfb95c Merge pull request #1045 from psyray/fix-visualization-failed-1044
Fix failing visualization when dorks are present
2023-11-21 14:01:36 +01:00
Raynald 9791feee7b Count only not done todos in subdomains list 2023-11-18 14:40:19 +01:00
Raynald 96fe0f0f11 Replace description (not exists) by type 2023-11-17 23:33:19 +01:00
Raynald 8366534380 Scan - Count on scan history first 2023-11-16 15:02:28 +01:00
Raynald b64a303ed2 Change endpoints filter var to scan id 2023-11-16 13:56:54 +01:00