nccgroup / autochrome

This tool downloads, installs, and configures a shiny new copy of Chromium.
Apache License 2.0
449 stars 80 forks source link

Update README.md #1

Closed tarrenj closed 7 years ago

tarrenj commented 7 years ago

Updates README.md for extension to include instructions for getting around 'The directory selected is not empty' error when saving Burp interface files.

tarrenj commented 7 years ago

Burp Suite gives an error when attempting to follow burp_extension/README.md to save the interface files because the target directory is not empty.

I know that including the interface files in the repo would require an update for every burp update, but, it would make the extension much easier to build/use.

I've updated the README for the extension to better explain how to get around this issue, but a much better solution would be to move the .java file to src/ and have it grab the interface files from src/API/burp/, or something.

RyanKoppenhaver-NCC commented 7 years ago

Whoops, it turns out those instructions were broken in a couple of ways. I ended up going a slightly different route with the instructions in the README, but thanks for the pull request. (Agreed that a short build script that merges the dirs would be good to have, but I'm honestly not too likely to get around to it any time soon.)