BypassHash Source Code
This tool downloads an executable and bypasses hash-based virus checks
Brought to you by:
mauricelambert
File | Date | Author | Commit |
---|---|---|---|
BypassHash.go | 2025-01-27 |
![]() |
[29a929] Fix: modify PE resources |
LICENSE.txt | 2022-04-16 |
![]() |
[e456fd] BypassHash |
README.md | 2022-04-16 |
![]() |
[e456fd] BypassHash |
This tool downloads an executable file via HTTP(S) and randomizes its contents before writing it to a file to bypass simple hash-based antivirus checks.
Download the executable from Github or Sourceforge.
git clone https://github.com/mauricelambert/BypassHash.git
cd BypassHash
go build BypassHash.go
BypassHash <url> <filename>
BypassHash.exe http://127.0.0.1:8000/hello.exe test.exe
Licensed under the GPL, version 3.