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
jxdv and Yogesh Ojha
8debafa5be
replace .format() with f-strings
2024-05-12 18:47:27 +05:30
Raynald and Yogesh Ojha
460f56020e
Filter by important subdomains in API call
2024-05-12 18:46:36 +05:30
Sean Overton and Yogesh 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
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
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
Raynald
a14e9ab104
Fix github release check
2023-10-18 17:18:21 +02:00
Raynald
7776f6e237
Resolve 500 error on API call
...
Error from stack trace :
File "/usr/src/app/api/views.py", line 922, in get
_, stdout = run_command(tool.version_lookup_command, echo=True)
TypeError: run_command() got an unexpected keyword argument 'echo'
2023-10-18 15:07:16 +02:00
Yogesh Ojha
93120ab685
fix commit head
2023-10-01 23:30:34 +05:30
Yogesh Ojha
995755fc97
fix add target modal
2023-09-25 08:54:19 +05:30
Yogesh Ojha
c4c130715d
fix ui for dork results
2023-09-23 07:42:52 +05:30
Yogesh Ojha
4ec8a359ff
fix subscan modal
2023-09-19 06:14:48 +05:30
Yogesh Ojha
f57d01ea77
fix right sidebar to use slug
2023-09-18 21:21:16 +05:30
Yogesh Ojha
023abf73ee
fix tech typo
2023-09-10 11:51:19 +05:30
Yogesh Ojha
5e2e137e28
fix gpt attack suggestion
2023-08-28 11:24:40 +05:30
Yogesh Ojha
471c804eb5
Show attack surface modal deployed
2023-08-28 10:56:50 +05:30
Yogesh Ojha
dcc5b71cc1
Added GPT Attack Surface generator
2023-08-28 10:12:53 +05:30
Yogesh Ojha
69171683d3
vuln grouping table fix
2023-08-15 08:52:10 +05:30
Yogesh Ojha
93d74357f0
GPT vulnerability description fetch added
2023-08-01 09:30:25 +05:30
Yogesh Ojha
f753087d88
fix slugs
2023-07-09 10:56:28 +05:30
Yogesh Ojha
ed26eb137b
fix slug issue in most common widgets
2023-07-09 10:15:59 +05:30
Yogesh Ojha
efc9653715
Added api to create project
2023-07-06 16:14:57 +05:30
Yogesh Ojha
b57d660c16
Fix show recon notes
2023-06-30 21:28:56 +05:30
Yogesh Ojha
ad038e8684
added project option in scan history and fixed todo section
2023-06-30 21:17:16 +05:30
Yogesh Ojha
9152796644
fix subdomain fetch api with project
2023-06-30 20:47:40 +05:30
Yogesh Ojha
a43198e9da
Fixed slugs for vulnerability datatable
2023-06-30 02:01:34 +05:30
Yogesh Ojha
a26312245e
Fix start scan project slugs
2023-06-30 01:36:33 +05:30
Yogesh Ojha
bfa9bbd39d
List target with project fixed
2023-06-29 22:11:55 +05:30
Yogesh Ojha
9ac3dc5940
added project option for most vulnerable
2023-06-29 19:42:29 +05:30
Yogesh Ojha
3c7a325b08
added projetc option in most common vulnerability
2023-06-29 19:37:27 +05:30
Yogesh Ojha
8c9ddc09a5
Added delete vulnerability
2023-05-09 20:14:42 +05:30
Yogesh Ojha
3bc6245e8a
Added Historical IPs for domains
2023-04-14 19:50:46 +05:30
Yogesh Ojha
ee6b0375e2
Added reverse whois
2023-04-13 01:32:46 +05:30
Yogesh Ojha
b258cfa4e6
add force reload whois
2023-04-13 01:01:07 +05:30
Olivier Cervello and Yogesh Ojha
15612ebf1e
Live log streaming ( #6 )
...
* Add live log streaming endpoints
* Add JS / HTML for live log streaming, add new Command model to record command outputs
2023-01-10 13:17:35 +01:00
Olivier Cervello and Yogesh Ojha
a000225930
combine stdout and stderr output for easier parsing of output, add partial parsing of vulscan script, fix various bugs
2022-12-15 17:07:02 +01:00
ocervell and Yogesh Ojha
cf84414701
remove obnoxious logging
2022-10-05 10:43:54 +02:00
ocervell and Yogesh Ojha
15963b038e
better notifications, add stealth mode, add intensity modes, add common globals for , ,
2022-09-24 10:44:02 +02:00
ocervell and Yogesh Ojha
178a5768fe
Re-organize code a bit
2022-09-18 14:45:22 +02:00
ocervell and Yogesh Ojha
08405a9702
update
2022-09-17 02:43:40 +02:00