Skip to content

Instantly share code, notes, and snippets.

@pich4ya
Created August 5, 2019 08:22
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pich4ya/bc2dc0929be852c7830c478d8ebbb4b1 to your computer and use it in GitHub Desktop.
Save pich4ya/bc2dc0929be852c7830c478d8ebbb4b1 to your computer and use it in GitHub Desktop.
Install PadBuster on macOS Mojave 10.14.5
brew install openssl
brew install perl
brew unlink perl && brew link perl
env LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include" perl -MCPAN -e 'install Crypt::SSLeay'
git clone https://github.com/GDSSecurity/PadBuster && cd PadBuster
perl padbuster.pl "https://example.local/ScriptResource.axd?d=yyy" yyy 16 -encoding 3 -bruteforce -log -verbose -cookies "ASP.NET_SessionId=xxx"
@mitjans
Copy link

mitjans commented May 9, 2020

Same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment