Skip to content

PING-007 v2.0.0

Choose a tag to compare

@github-actions github-actions released this 19 May 11:07
· 2 commits to stable since this release

PING-007 Framework v2.0.0

Professional ICMP covert channel framework for offensive security operations.

Features

  • Perfect Linux ping mimicry with stealth operations
  • Multi-layer encryption (AES256-GCM, ChaCha20, Custom XOR)
  • Advanced security assessment simulation capabilities
  • Anti-sandbox detection and evasion techniques
  • Cross-platform support

Downloads

Choose the appropriate binary for your platform:

  • Linux x64: ping-007-linux-amd64.tar.gz
  • Linux ARM64: ping-007-linux-arm64.tar.gz
  • Windows x64: ping-007-windows-amd64.exe.zip
  • macOS x64: ping-007-darwin-amd64.tar.gz
  • macOS ARM64: ping-007-darwin-arm64.tar.gz

Installation

# Linux/macOS
tar -xzf ping-007-linux-amd64.tar.gz
sudo mv ping-007-linux-amd64 /usr/local/bin/ping-007
sudo chmod +x /usr/local/bin/ping-007

# Verify installation
ping-007 --version

Security Notice

This software is intended for authorized security testing and educational purposes only.
Users are solely responsible for compliance with applicable laws and regulations.

Verify checksums: See checksums.txt for SHA256 hashes of all binaries.

Full Changelog: https://github.com/franckferman/ping-007/commits/v2.0.0