tristanlatr / burpa

Burp Automator - A Burp Suite Automation Tool. It provides a high level CLI and Python interfaces to Burp Suite scanner and can be used to setup Dynamic Application Security Testing (DAST).
GNU General Public License v3.0
190 stars 37 forks source link

Remove usage of filelocks #14

Closed tristanlatr closed 2 years ago

tristanlatr commented 2 years ago

Replace the implementation based on filelocks by doing many API calls. It's longer but safer at the end of the day. It's only used in 'burpa stop' command.