Skip to content

Instantly share code, notes, and snippets.

@mgeeky
Created January 25, 2019 21:35
Show Gist options
  • Save mgeeky/2f990f14f1e7cf78fce21b8761234604 to your computer and use it in GitHub Desktop.
Save mgeeky/2f990f14f1e7cf78fce21b8761234604 to your computer and use it in GitHub Desktop.
Bash one-liner to download impacket EXE binaries
curl -s https://api.github.com/repos/ropnop/impacket_static_binaries/releases/latest | grep "browser_download_url.*exe" | cut -d : -f 2,3 | tr -d \" | wget -qi -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment