Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesmoriarty/gohack
Experimental Go language CSGO exploit.
https://github.com/jamesmoriarty/gohack
cheat csgo csgo-cheat dll dll-injection exploit external game-hacking go golang hazedumper kernel32-dll reverse-engineering user32-dll
Last synced: 3 months ago
JSON representation
Experimental Go language CSGO exploit.
- Host: GitHub
- URL: https://github.com/jamesmoriarty/gohack
- Owner: jamesmoriarty
- License: mit
- Created: 2019-11-12T12:08:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T06:08:48.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T22:13:53.053Z (4 months ago)
- Topics: cheat, csgo, csgo-cheat, dll, dll-injection, exploit, external, game-hacking, go, golang, hazedumper, kernel32-dll, reverse-engineering, user32-dll
- Language: Go
- Homepage:
- Size: 3.72 MB
- Stars: 68
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gohack
[![CI][3]][4] [![Latest Tag][6]][5] [![Go Report][1]][2] ![GitHub Releases][8]
Experimental Go language proof-of-concept CSGO exploit. Automated tests use stubbed external processes to avoid needing binary compatability. Inspired [github.com/jamesmoriarty/gomem](https://github.com/jamesmoriarty/gomem).
## Features
- Trigger Bot (hold shift).
- Bunny Hop (hold space).
- Offsets autoupdate from [Hazedumper][9].## Slides
[Talk - Writing My First Exploit](https://speakerdeck.com/jamesmoriarty/talk-writing-my-first-exploit)
## Screenshots
![Screenshot](docs/screenshot.png)
## Usage
```
.\gohack.exe
```## Download
You can download [here][5].
## Install
```
go get -v github.com/jamesmoriarty/gohack
go install github.com/jamesmoriarty/gohack
```[1]: https://goreportcard.com/badge/github.com/jamesmoriarty/gohack
[2]: https://goreportcard.com/report/github.com/jamesmoriarty/gohack
[3]: https://github.com/jamesmoriarty/gohack/workflows/Continuous%20Integration/badge.svg
[4]: https://github.com/jamesmoriarty/gohack/actions
[5]: https://github.com/jamesmoriarty/gohack/releases
[6]: https://img.shields.io/github/v/tag/jamesmoriarty/gohack.svg?logo=github&label=latest
[8]: https://img.shields.io/github/downloads/jamesmoriarty/gohack/total
[9]: https://github.com/frk1/hazedumper