fix oopsie in reame
Some checks failed
Rust / build (push) Has been cancelled

This commit is contained in:
sad 2024-10-04 20:51:24 +00:00
parent 959739d489
commit bf2dacdaeb

View File

@ -16,7 +16,7 @@ Ghostport is a sophisticated port spoofing tool designed to confuse and mislead
## Installation ## Installation
```bash ```bash
git clone https://github.com/yourusername/ghostport.git git clone https://github.com/vxfemboy/ghostport.git
cd ghostport cd ghostport
cargo build --release cargo build --release
``` ```
@ -31,7 +31,7 @@ Basic usage:
or you can run with cargo or you can run with cargo
```bash ```bash
git clone https://git.suicidal.network/sad/ghostport.git git clone https://github.com/vxfemboy/ghostport.git
cd ghostport cd ghostport
cargo run -- -s signatures.txt cargo run -- -s signatures.txt
``` ```