Shaswat
92c3627f33
Fix pre-commit formatting issues
2025-10-15 11:06:32 +05:30
Shaswat
a8c49e7e81
Add Windows compatibility support
...
- Make uvloop optional using platform markers (Windows unsupported)
- Add win32 to allowed platforms in check_dependencies()
- Replace os.geteuid() with cross-platform privilege checking
- Add explicit UTF-8 encoding for file operations
- Fix hardcoded path separators using pathlib in:
- load_graphs()
- load_modules()
- load_languages()
- get_result_content()
Resolves #[933]
2025-10-15 11:06:15 +05:30
Shaswat
0b966cb2a7
Add Windows compatibility support
...
- Make uvloop optional using platform markers (Windows unsupported)
- Add win32 to allowed platforms in check_dependencies()
- Replace os.geteuid() with cross-platform privilege checking
- Add explicit UTF-8 encoding for file operations
- Fix hardcoded path separators using pathlib in:
- load_graphs()
- load_modules()
- load_languages()
- get_result_content()
This enables Nettacker to run on Windows systems.
2025-10-15 11:03:20 +05:30
Achintya Jai
cab9b2c2fe
[Feature-Web] adding skipping service discovery, exclude ports and custom HTTP headers to the web ( #1113 )
...
* adding new features to the web UI
* minor bug fix
* ruff fixes
* removing debugging statement
* code-rabbit suggested changes
---------
Co-authored-by: Sam Stepanyan <sam.stepanyan@owasp.org>
2025-08-07 16:31:10 +00:00
Sam Stepanyan
5eb8f3a506
security improvements ( #1066 )
...
* security improvements
* formatting fix
* import sort
* security headers separate function
2025-05-06 01:13:21 +00:00
Arun Krishnan
1463af88bc
Added sanitization to report_path_filename and enhanced authentication cookie ( #985 )
2024-12-28 20:30:01 +00:00
Arkadii Yakovets
6ffbf882cc
Apply suggestions from code review
...
Signed-off-by: Arkadii Yakovets <2201626+arkid15r@users.noreply.github.com>
2024-09-17 16:28:06 -07:00
Captain-T2004
97c4f99bb9
Reverted back the results to results_dir directory(.data/results)
...
Now the comparison results are stored as report_compare_{date_time}_{scan_id}... in the default results_dir
2024-09-16 08:31:47 +05:30
Captain-T2004
9ffa45978e
Fix file path handeling
2024-09-13 21:17:15 +05:30
Captain-T2004
f03ea61afe
Forgot to run pre-commit
2024-09-12 10:19:12 +05:30
Captain-T2004
c640dcd1cf
Adding filepath sanitization
2024-09-12 10:16:52 +05:30
Captain-T2004
d94f11860a
CodeQL recommended changes
2024-09-11 21:05:09 +05:30
Captain-T2004
de4e02c2b1
Added Scan Compare feature
2024-08-26 04:02:07 +05:30
Arkadii Yakovets
44bd2ab7cd
Run scan in a separate thread when started via API
2024-08-23 17:45:01 -07:00
Arkadii Yakovets
c35c55022d
Update docker-compose.yml
2024-08-19 09:42:57 -07:00
Arkadii Yakovets
cc26caf170
Revert models `scan_id` -> `scan_unique_id` for compatibility
2024-08-19 09:27:34 -07:00
Arkadii Yakovets
8a64187048
Change the entry point name/location
...
As per request by Sam Stepanyan
2024-08-11 11:31:18 -07:00