Yogesh Ojha and GitHub
d7641f5e95
Merge pull request #1137 from iuime/master
...
Add Lark to notifications.
2024-05-12 19:04:11 +05:30
Yogesh Ojha
95f5384d11
show error message when openai key is not set
2024-05-12 18:59:41 +05:30
Yogesh Ojha
75cadb9ad7
fix using ollama vs openai
2024-05-12 18:59:41 +05:30
Yogesh Ojha
5ab92fcda9
Added ollama settings to store selected models
2024-05-12 18:59:41 +05:30
Yogesh Ojha
474bb25ae0
display available models in ui and create delete model js function
2024-05-12 18:59:41 +05:30
Yogesh Ojha
2e48082b46
add new llm button
2024-05-12 18:59:41 +05:30
Yogesh Ojha
034c425b1b
add ui for llm toolkit
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
iuime and GitHub
a910f20e47
Update views.py
...
Add Send Notifications to Lark
2023-12-13 16:11:34 +08:00
Raynald
ec771cf543
Remove bad id parameter
2023-10-22 18:55:11 +02:00
Raynald
21abf2c951
Fix missing slug & id in tool_arsenal
2023-10-21 17:41:24 +02:00
Raynald
2b10db2906
Move slug param inside redirect function
2023-10-19 18:12:23 +02:00
Raynald
ffd768c814
Add all the missing slug in scanEngine view
2023-10-19 18:01:22 +02:00
Yogesh Ojha
89beaa0547
fix typos
2023-09-10 11:37:29 +05:30
Yogesh Ojha
4eddd9267d
Created API Vault
2023-08-07 18:42:31 +05:30
Yogesh Ojha
08f56d5d0d
Added slugs in scan Engine module
2023-06-30 23:25:38 +05:30
Yogesh Ojha
cfbd8fda4f
Fix impors and added decorator for check role
2023-06-20 11:13:29 +05:30
Yogesh Ojha
d190bd1ee0
Added permissions on scanengine, startscan
2023-06-20 11:07:14 +05:30
Yogesh Ojha
5d3c7cc4e0
Added New permission models
2023-06-20 10:47:43 +05:30
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
6624fc314a
update
2022-09-16 21:23:21 +02:00
Olivier Cervello and Yogesh Ojha
fb5a706bde
update
2022-09-13 01:30:18 +02:00
Olivier Cervello and Yogesh Ojha
05b79aa754
Massive refactor for perf improvements
2022-08-24 22:02:46 +02:00
Olivier Cervello and Yogesh Ojha
6d991e4446
simplify subscan model, simplify and pythonize tasks.py, run isort on all web/.
2022-08-03 12:29:26 -04:00
Abdulrahman Abdullah and Yogesh Ojha
dc9bad9817
fix naabu config add theHarvester
2022-04-24 22:57:32 +05:30
Yogesh Ojha
b7e5d1ba1a
Install tools in celery tasks
2022-04-24 22:57:31 +05:30
Yogesh Ojha
2033ba85e9
Yayyyyyyy 🚀 custom tool successfully runs!
2022-04-24 22:57:31 +05:30
Yogesh Ojha
2d59966d8c
fix github clone path
2022-04-24 22:57:31 +05:30
Yogesh Ojha
537e4b310f
fix tools
2022-04-24 22:57:31 +05:30
Yogesh Ojha
4024967f5c
Added Modify External tool Form
2022-04-24 22:57:31 +05:30
Yogesh Ojha
029025475c
Tool Install and Uninatall API working
2022-04-24 22:57:31 +05:30
Yogesh Ojha
3244c2c275
Added tool add ui
2022-04-24 22:57:31 +05:30
Yogesh Ojha
5fb6fafd9c
Add Tool dialogue
2022-04-24 22:57:31 +05:30
Yogesh Ojha
d43093c044
UI for installed tools
2022-04-24 22:57:31 +05:30
Yogesh Ojha
19dce5efad
Fixed Wordlist UI
2022-04-24 22:57:30 +05:30
Yogesh Ojha
5b00ab23a2
Fixed Vuln report UI
2022-04-24 22:57:30 +05:30
Yogesh Ojha
251e4e5b9c
ScrollSpy added, fixed UI for tool settings
2022-04-24 22:57:30 +05:30
Yogesh Ojha
0ac4b1c1fe
Re ran migrations for all apps
2022-04-24 22:57:30 +05:30
Yogesh Ojha
777e87a2cf
Added Secondary Color, modified primary and secondary color
2022-04-24 22:57:30 +05:30
Yogesh Ojha
67aad6692b
Added Primary Color Selection
2022-04-24 22:57:30 +05:30
Yogesh Ojha
23fce76b34
Modeled form for Report Settings
2022-04-24 22:57:30 +05:30
Yogesh Ojha
d0a51295e0
Added URL for report settings
2022-04-24 22:57:30 +05:30
Yogesh Ojha and GitHub
20cce14845
Merge pull request #443 from SiddharthBharadwaj/master
...
Fixed multiple issues/errors
2021-08-29 00:57:15 +05:30
Yogesh Ojha
07a4b5d28c
Fixed XSS on Tool section
2021-08-28 19:48:40 +05:30
Yogesh Ojha
aaa16b413e
Fixed #337 , #135
2021-08-26 12:15:19 +05:30
Siddharth Bharadwaj and Yogesh Ojha
d7d95003ac
Ignore bytes that are not decoded by UTF-8 decode
...
Some wordlists were not getting uploaded due to decode issues and the server was throwing internal server error. Ignoring the affected bytes fixed the issue.
2021-08-26 10:01:18 +05:30
Siddharth Bharadwaj and Yogesh Ojha
81ed741d40
Fixed custom wordlist upload
...
The server was throwing internal server error when trying to upload wordlists. After some observation, it was found that the wordlist path was creating problems.
* Apart from current fix, an alternate fix also exists. Which is to use "/usr/src/app/tools/wordlist/" instead of "/app/tools/wordlist/" as the wordlist path.
2021-08-26 10:01:18 +05:30
Yogesh Ojha
654ea7dbe0
Send reports to Hackerone working yayy 🚀
2021-08-11 02:41:55 +05:30
Yogesh Ojha
c57029ddba
Added hackerone form
2021-08-11 01:32:32 +05:30
Yogesh Ojha
ee454b0570
Added Hackerone Module
2021-08-10 23:52:54 +05:30