cisagov / kali-packer

This project can be used to create AMIs based on Kali Linux, a penetration testing distribution.
Creative Commons Zero v1.0 Universal
16 stars 6 forks source link

Add Ansible code to fix some buggy source code in a 3rd party tool #87

Closed jsf9k closed 2 years ago

jsf9k commented 2 years ago

๐Ÿ—ฃ Description

This pull request adds Ansible code to run autopep8 on the mdsecactivebreach/SharpShooter project's source code.

๐Ÿ’ญ Motivation and context

The mdsecactivebreach/SharpShooter project is no longer supported, but it mixes spaces and tabs in its Python source code so we need to run autopep8 on the source to clean it up.

Resolves cisagov/cool-system-internal#73.

๐Ÿงช Testing

I built a new staging Kali AMI and verified that the tool now runs.

โœ… Pre-approval checklist

โœ… Pre-merge checklist

โœ… Post-merge checklist