There are situations when c interacts with golang for example in a library, and its possible to exploit a golang function writing raw memory using an unsafe.Pointer() parameter.
When golang receive a null terminated string on a *C.Char parameter, can be converted to golang s tring with s2 := C.GoString(s1) we can do string operations with s2 safelly if the null byte is there.
When golang receives a pointer to a buffer on an unsafe.Pointer() and the length of the buffer on a C.int, if the length is not cheated can be converted to a []byte safelly with b := C.GoBytes(buf,sz)
Buuut what happens if golang receives a pointer to a buffer on an unsafe.Pointer() and is an OUT variable? the golang routine has to write on this pointer unsafelly for example we can create a golangs memcpy in the following way:
We convert to uintptr for indexing the pointer and then convert again to pointer casted to a byte pointer dereferenced and every byte is writed in this way.
If b is controlled, the memory can be written and the return pointer of main.main or whatever function can be modified.
https://play.golang.org/p/HppcVpLfuMf
The return addres can be pinpointed, for example 0x41 buffer 0x42 address:
We can reproduce it simulating the buffer from golang in this way:
we can dump the address of a function and redirect the execution to it:
https://play.golang.org/p/7htJHJp8gUJ
In this way it's possible to build a rop chain using golang runtime to unprotect a shellcode.
More articles
- Game Hacking
- How To Hack
- Hack Tools For Ubuntu
- Pentest Box Tools Download
- Pentest Tools For Ubuntu
- Pentest Tools For Windows
- Best Hacking Tools 2020
- Hack App
- Hacking Apps
- Hacker Tools Windows
- Hacker Search Tools
- Hacking Tools For Windows Free Download
- Hacking Tools For Mac
- Pentest Tools Android
- Hackers Toolbox
- Kik Hack Tools
- Easy Hack Tools
- Hackers Toolbox
- Hack Tools For Windows
- Hacker Tools Free Download
- Pentest Reporting Tools
- Hacking Tools For Windows
- Hacker Tools
- Pentest Tools Website
- Pentest Tools Find Subdomains
- Tools 4 Hack
- Hackrf Tools
- Hacker Tools 2020
- Pentest Box Tools Download
- Hack Tools Mac
- Pentest Tools Subdomain
- Hacking Tools Windows 10
- Hack Tools Github
- Physical Pentest Tools
- Pentest Tools For Mac
- Hacking Tools Online
- Pentest Tools Nmap
- Pentest Tools Tcp Port Scanner
- Pentest Tools Download
- Hacking Tools Download
- Best Hacking Tools 2020
- Hacker Tools Mac
- Hacking Tools Free Download
- Hacker Tools Mac
- Termux Hacking Tools 2019
- Hacker Tools List
- How To Hack
- Growth Hacker Tools
- Termux Hacking Tools 2019
- Hacking Tools
- How To Install Pentest Tools In Ubuntu
- Hacking Tools Github
- Hacking Tools For Mac
- Hacking Tools Online
- Hacker Tools Github
- Free Pentest Tools For Windows
- Hack Tools For Ubuntu
- Hacking Tools For Kali Linux
- Hack Tools Pc
- How To Make Hacking Tools
Tiada ulasan:
Catat Ulasan