Testing Hashes
downloaded burp community from https://portswigger.net/burp/releases/professional-community-2023-10-3-7
- in windows - go to your downloads
- right click in the window where the downloaded file is
- select open cmd terminal in that folder
- run certutil
C:\Users\Owner\Downloads>certutil -hashfile burpsuite_community_windows-x64_v2023_10_3_7.exe SHA256
SHA256 hash of burpsuite_community_windows-x64_v2023_10_3_7.exe:
df34a0a1dc7d689577aa3850add0e47417d0bada6586c484446c5fa615a53111
CertUtil: -hashfile command completed successfully.
C:\Users\Owner\Downloads>certutil -hashfile burpsuite_community_windows-x64_v2023_10_3_7.exe SHA1 hash of burpsuite_community_windows-x64_v2023_10_3_7.exe: e184088a2933e71c4a58cbb9eb235050c04aa79c CertUtil: -hashfile command completed successfully.
C:\Users\Owner\Downloads>certutil -hashfile burpsuite_community_windows-x64_v2023_10_3_7.exe SHA256 SHA256 hash of burpsuite_community_windows-x64_v2023_10_3_7.exe: df34a0a1dc7d689577aa3850add0e47417d0bada6586c484446c5fa615a53111 CertUtil: -hashfile command completed successfully. ```