diff options
author | heqnx <root@heqnx.com> | 2025-06-03 23:28:08 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-06-03 23:28:08 +0300 |
commit | e2773b332e9226bfee323641d3dd5abad49a680e (patch) | |
tree | 1961130971ce6424bc3b7f4f0296bee328714a28 | |
parent | 1e10fee9b60eec8b218776103c294464a9a7baee (diff) | |
download | go-assembly-ldr-e2773b332e9226bfee323641d3dd5abad49a680e.tar.gz go-assembly-ldr-e2773b332e9226bfee323641d3dd5abad49a680e.zip |
updated README
-rw-r--r-- | README.md | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -25,7 +25,7 @@ - Clone the repository: ``` -$ git clone https://github.com/heqnx/go-assembly-ldr.git +$ git clone https://cgit.heqnx.com/go-assembly-ldr $ cd go-assembly-ldr ``` @@ -129,10 +129,6 @@ $ build/go-assembly-ldr-linux-amd64 \ - Execute with: `C:\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe /U /logfile= /LogToConsole=false Rubeus.exe` -## Automated Releases - -Check the GitHub Releases page for the new release with attached binaries. - ## License This project is licensed under the GNU GENERAL PUBLIC LICENSE. See the LICENSE file for details. @@ -140,5 +136,3 @@ This project is licensed under the GNU GENERAL PUBLIC LICENSE. See the LICENSE f ## Disclaimer `go-assembly-ldr` is provided "as is" without warranty. The author and contributors are not liable for any damages or legal consequences arising from its use. Use responsibly and only in authorized environments. - - |