Mister X
Mister X
# Description There are still a few things to fix in airmon-ng, that were reported by shellcheck. They are ignored for the time being so that linting (#2501) won't fail....
# Defect Report ## Issue type - [x] Defect - Crash - [x] Defect - Unexpected behavior (obvious or confirmed in the GitHub Discussions) ## System information - OS Name:...
# Description We need to have an automated way of checking the links on the website to ensure they aren't broken. This can be done with actions: - https://github.com/marketplace/actions/broken-link-checker-action (creates...
# Description Add shellcheck, pylint, and other linters to ensure things that aren't compiled are correct. While we never hit the issue, one shell script had a [typo](https://github.com/aircrack-ng/aircrack-ng/pull/2499/files#diff-5b0b4961a1a6d4e3f241d9ade1e653381934cebaee9cbfbe28d0eeae280b1a9bL158) in `return`...
# Description We have integration testing for some of the tools. Add testing/simulating GPSd. ## Related #2507
# Description Add a workflow for integration testing.
# Description Building up on #2421 by @gemesa (which allowed to close #2404), add a Solaris action (From [VM Actions](https://github.com/vmactions). This is a nice to have, so low priority.
# Description Split the CSV file in half, where the APs are in one file, and the stations are in another file. Something like `${PREFIX}-AP-01.csv` and `${PREFIX}-stations-01.csv`. That could done...
# Description Data is stored in a specific format in the different files. It would be nice to be able to create a custom template for the output. We'd name...
# Description GitHub Marketplace: [Trunk check](https://github.com/marketplace/actions/trunk-check) It also exists as a VSCode extension, and allowed me to notice issues in workflows, Dockerfiles, and others. Look into integrating it in the...