mirror of
https://github.com/vxfemboy/ghostport.git
synced 2026-06-13 16:05:31 +02:00
readme demo
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
|
[](https://github.com/vxfemboy/ghostport/actions/workflows/rust.yml)
|
||||||
# Ghostport
|
# Ghostport
|
||||||
|
|
||||||
Ghostport is a sophisticated port spoofing tool designed to confuse and mislead port scanners. It's a Rust implementation inspired by the concept of portspoof, offering enhanced performance and flexibility.
|
Ghostport is a sophisticated port spoofing tool designed to confuse and mislead port scanners. It's a Rust implementation inspired by the concept of portspoof, offering enhanced performance and flexibility.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- **Dynamic Port Emulation**: Responds to port scans with a variety of convincing service signatures.
|
- **Dynamic Port Emulation**: Responds to port scans with a variety of convincing service signatures.
|
||||||
@@ -49,13 +52,13 @@ This will start Ghostport on the default address (127.0.0.1:8888) using the sign
|
|||||||
Run with custom address and verbose logging:
|
Run with custom address and verbose logging:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./target/release/ghostport -s signatures.txt -l 0.0.0.0:8888 -v
|
./target/release/ghostport -s signatures.txt -l 0.0.0.0:8888 -d
|
||||||
```
|
```
|
||||||
|
|
||||||
Run with debug logging:
|
Run with debug logging:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./target/release/ghostport -s signatures.txt -d
|
./target/release/ghostport -s signatures.txt -l 0.0.0.0:8888 -d
|
||||||
```
|
```
|
||||||
|
|
||||||
## Signature File Format
|
## Signature File Format
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 31 MiB |
Reference in New Issue
Block a user