We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per documentation I've set the BURPHOME variable but it doesn't seem to do anything on a Burpsuite MacOS installation.
BURPHOME
~/Desktop/seltzer master echo ${BURPHOME} /Applications/Burp Suite Professional.app ~/Desktop/seltzer master sudo sh bin/seltzer.sh -t target.txt [2020-10-05 22:06:25 CEST][seltzer] BURPHOME is not set [2020-10-05 22:06:25 CEST][seltzer] please set BURPHOME to your Burp Suite installation directory (e.x. export BURPHOME=/home/myuser/BurpSuite) [2020-10-05 22:06:25 CEST][seltzer] exiting ✘ ~/Desktop/seltzer master
Looking at seltzer.sh, this could probably work with just the standalone Burpsuite jar. is There any obvious set I'm missing here?
seltzer.sh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Per documentation I've set the
BURPHOME
variable but it doesn't seem to do anything on a Burpsuite MacOS installation.Looking at
seltzer.sh
, this could probably work with just the standalone Burpsuite jar. is There any obvious set I'm missing here?The text was updated successfully, but these errors were encountered: