Yogesh Ojha
18a891f843
fix xss in vuln offcanvas
2025-02-03 10:40:34 +05:30
Yogesh Ojha
699495f7bd
recreate new model migrations
2024-09-11 07:19:18 +05:30
Yogesh Ojha
0c0f3d8085
remove migrations, fix celery issue
2024-09-11 06:23:54 +05:30
Yogesh Ojha
485cc07c5e
create new migrations
2024-09-10 20:35:58 +05:30
Yogesh Ojha
a09fee7f3a
revert back initial migrations to 2.1.3
2024-09-10 20:33:37 +05:30
Yogesh Ojha
d01e3bd05f
cleanup migrations
2024-09-06 07:18:10 +05:30
Yogesh Ojha
0c3b4f9561
put condition in all hackerone/bug bounty related features
2024-09-05 20:52:56 +05:30
Yogesh Ojha and GitHub
c073171cb3
Merge pull request #1391 from yogeshojha/1387-feat-add-additional-templates-for-pdf-report
...
Added additional templates for PDF reports #1387
2024-08-31 12:59:52 +05:30
Yogesh Ojha
8fc06aa487
fix typo
2024-08-29 20:08:26 +05:30
Yogesh Ojha
3b9b00d120
allow choosing report template
2024-08-28 20:51:54 +05:30
Yogesh Ojha
ff28990a37
fix radio value fetch
2024-08-28 20:42:16 +05:30
Yogesh Ojha
e3e6409d70
change modal for downloading report
2024-08-28 20:37:30 +05:30
Yogesh Ojha
30f84f77be
Update dependencies for charts and sort interesting subdomains by HTTP status code util function
2024-08-28 09:05:07 +05:30
Yogesh Ojha
72489043af
add vuln chart
2024-08-24 20:34:16 +05:30
Yogesh Ojha
df9afac63b
prefill values for scan engine andf other scan configurations
2024-08-23 11:00:36 +05:30
Yogesh Ojha
d7dd063663
modify wizard to accomodate prefilled engines
2024-08-23 11:00:22 +05:30
Yogesh Ojha
36b6da29a6
added prefill in views.py for rescans
2024-08-23 11:00:05 +05:30
Yogesh Ojha and GitHub
4e856abd6c
Merge pull request #1383 from yogeshojha/1356-feat-store-scan-related-configuration-such-as-imported-subdomains-out-of-scope-subdomains-starting-point-url-and-ignore-paths
...
feat: Store and showcase scan related configuration such as imported subdomains, out of scope subdomains, starting point url and excluded paths fixes #1356
2024-08-22 21:02:03 +05:30
Yogesh Ojha
8b7b577fac
Add show config modal in scan history
2024-08-22 20:51:50 +05:30
Yogesh Ojha
ce80595a01
show scan config in ui
2024-08-22 11:00:31 +05:30
Yogesh Ojha
b5846c6199
fix icon and log view as code
2024-08-22 10:59:36 +05:30
Yogesh Ojha
4af8226098
Add imported subdomains in scan config
2024-08-22 10:59:16 +05:30
Yogesh Ojha
2f539a70d1
refactor starting point url to starting point path
2024-08-21 21:11:08 +05:30
Yogesh Ojha and GitHub
2340324e44
Merge pull request #1380 from yogeshojha/1358-feat-support-for-regex-in-out-of-scope-subdomain-scan-param
...
feat: Enhanced Out of Scope Subdomain Checking, Support for regex in out of scope scan parameter #1358
2024-08-21 20:13:02 +05:30
Yogesh Ojha
763384a4d8
feat: Add loading indicator when deleting multiple scans
2024-08-21 12:18:33 +05:30
Yogesh Ojha
ab11e525e5
Improve UI for specifying out of scope subdomains in scheduled scans
2024-08-21 12:16:40 +05:30
Yogesh Ojha
cbdeca7b78
Add loading indicator when deleting scheduled scans
2024-08-21 12:14:16 +05:30
Yogesh Ojha
4c3302771e
fix 404 exception and task key in checkbox values
2024-08-21 12:10:21 +05:30
Yogesh Ojha
4371ea3417
feat: Add endpoint to delete multiple scheduled scans
...
This commit adds a new endpoint `delete_multiple_scheduled_scans` to the `startScan` module. This endpoint allows users to delete multiple scheduled scans at once.
2024-08-21 12:07:41 +05:30
Yogesh Ojha
d44d043ba9
add out of scope regex in ui
2024-08-21 11:23:49 +05:30
Yogesh Ojha
9ebdf48053
Merge branch 'master' into release/2.2.0
2024-08-16 12:10:33 +05:30
Yogesh Ojha
5d03011991
security: fix stored xss from extracted_result in all vulnerability section
2024-08-13 11:55:32 +05:30
Yogesh Ojha
9a8f23bc3c
security: fix stored xss from extracted_results in detail scan page
2024-08-13 11:53:40 +05:30
Yogesh Ojha
f237f43d95
fix: update label for finish button in schedule scan wizard
2024-08-08 07:45:53 +05:30
Yogesh Ojha
b8764ca419
feat: add starting point URL and excluded paths to schedule scan
2024-08-08 07:44:38 +05:30
Yogesh Ojha
5162982c1b
fix ui for schedule scan
2024-08-08 07:36:10 +05:30
Yogesh Ojha
dcf264d206
feat: add feature for import/export,url filter for organization scan
2024-08-07 22:31:38 +05:30
Yogesh Ojha
999194c871
feat: add import, out_of_scope subdomains, and starting point url, etc in multiple scans
2024-08-07 22:25:57 +05:30
Yogesh Ojha
7abaae3316
fix typos for excluded paths
2024-08-02 23:33:57 +05:30
Yogesh Ojha
fa761a794b
filter exclude path 🚀
2024-08-02 22:08:29 +05:30
Yogesh Ojha
79a266e253
refactor starting_point_url
2024-08-02 20:35:55 +05:30
Yogesh Ojha
fd68ce1f9e
Added excluded path in ui, refactor url filter to starting point url
2024-08-01 09:19:52 +05:30
Yogesh Ojha and GitHub
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
66c6135797
fix dark theme headers
2024-07-28 08:45:51 +05:30
Yogesh Ojha
b93ad4a9a6
fix slug for organization scan
2024-07-26 09:19:23 +05:30
Yogesh Ojha
75502308fb
added feature to stop multiple subscans
2024-07-22 09:57:28 +05:30
Yogesh Ojha
7c4239d8a1
Modified StopScan ApiView to accept multiple scan ids
2024-07-22 09:45:24 +05:30
Yogesh Ojha
9e80ccab5d
added option to stop multiple scans
2024-07-22 08:34:01 +05:30
Yogesh Ojha
38da500d70
fix todo issue while adding from all subdomains
2024-07-20 13:18:50 +05:30
Yogesh Ojha
ad217fa37f
fix task names and celery beat errors
2024-07-20 13:18:50 +05:30