Submit your favorite resources for free.

Submit
LogoHackDB
  • Recent
  • Pricing
  • Submit
LogoHackDB

Newsletter

Join the Community

Subscribe to our newsletter for the latest news and updates

LogoHackDB

The Ultimate Directory for Offensive Security

Resources
  • Recent
  • Category
  1. Home
  2. Items
  3. powercat
icon of powercat

powercat

Powercat: PowerShell version of Netcat, enabling network connectivity and data transfer with various protocols and payload generation.

Visit WebsiteShare on X
image of powercat
Visit Website

Introduction

Back

Information

  • Publisher
    Admin
  • Websitegithub.com
  • Created date04/28/2025
  • Published date04/28/2025

Categories

  • Red Team Operations
  • Infrastructure Security

Tags

  • C2

More Resources

  • Tag
  • Listing
    • Pricing
    • FAQ
    • Submit
    Pages
    • Home
    • Support
    • Sitemap
    • llms.txt
    Company
    • About Us
    • Privacy Policy
    • Terms of Service
    Copyright © 2026 All Rights Reserved.
    Internal
    image of PentAGI
    AI SecurityApplication SecurityInfrastructure SecurityReconnaissance
    Visit Website

    PentAGI

    Details

    Autonomous AI agent system for complex penetration testing, integrating security tools, long-term memory, and smart task delegation in sandboxed Docker.

    AIOSINTWebInternalExternal
    image of IronPE
    Exploit DevelopmentInfrastructure SecurityRed Team Operations
    Visit Website

    IronPE

    Details

    Rust-based Windows PE manual loader supporting x86/x64. Implements manual mapping, base relocations, and import resolution for memory-based execution.

    Internal
    image of Lab401
    Wireless SecurityPhysical SecurityRed Team OperationsReverse Engineering
    Visit Website

    Lab401

    Details

    Premier hardware store for offensive security, providing Flipper Zero, Proxmark, Hak5 tools, SDR equipment, and specialized RFID cloning hardware.

    WirelessPhysicalInternal

    powercat

    Netcat: The powershell version. (Powershell Version 2 and Later Supported)

    powercat is a powershell function. First you need to load the function before you can execute it. You can put one of the below commands into your powershell profile so powercat is automatically loaded when powershell starts.

    Key features:

    • Basic Connections: Establish TCP client and listener connections.
    • File Transfer: Send and receive files using -i and -of parameters.
    • Shells: Serve and send command shells using -e or execute PowerShell directly with -ep.
    • DNS and UDP Support: Transfer data over UDP using -u or utilize DNSCat2 with -dns.
    • Relays: Create TCP, UDP, or DNS relays without needing extra files or processes.
    • Payload Generation: Generate payloads for reverse TCP connections or bind TCP listeners using -g and -ge.
    • Misc Usage: Perform port scans and start persistent servers.

    Use Cases:

    • Setting up reverse shells for remote access.
    • Transferring files between systems.
    • Relaying network traffic through different protocols.
    • Creating custom payloads for specific tasks.
    • Performing network reconnaissance and port scanning.