Nettacker
Nettacker copied to clipboard
Removing redundancy and cleaning profiles
Cleaning the profiles list, as mentioned in #1038. The following changes were made
- [x] removed
vulnerabilityfrom all of them because it was a subset ofvulnand vuln is easier to type - [x] remove
brute-forceas its the same asbruteand brute is better. - [x] check for cve_2021_something and add that to cve2021 and cve only.
- [x] removed the
puneethreddyrcprofile - [x]
infoandinformation-gathering, keeping it consistent and non-redundant. - [x]
wpandwordpress, keeping it consistent and non-redudant. - [x] remove
infortmation - [x] Make relevant changes to the doc.
Your PR description goes here.
Type of change
- [ ] New core framework functionality
- [ ] Bugfix (non-breaking change which fixes an issue)
- [x] Code refactoring without any functionality changes
- [ ] New or existing module/payload change
- [ ] Localization improvement
- [ ] Dependency upgrade
- [ ] Documentation improvement
Checklist
- [x] I've followed the contributing guidelines
- [x] I've run
make pre-commit, it didn't generate any changes - [x] I've run
make test, all tests passed locally