Contents Menu Expand Light mode Dark mode Auto light/dark mode
pync documentation
pync documentation
  • Usage
    • Client/Server Model
    • Data Transfer
    • Talking to Servers
    • Port Scanning
    • Remote Command Execution
    • Remote Code Execution
    • pync For Python Developers
  • Options
    • [-e]xecuting [-c]ommands
    • -h: show available options and exit.
    • -k: Keep inbound sockets open for multiple connects
    • -l: Listen mode, for inbound connects
    • -q: quit after EOF on stdin and delay of seconds
    • -u: UDP mode
    • -v: Verbose
    • Executing P[-Yy]thon Code
    • -z: Zero-I/O mode
  • API Reference
    • pync
    • Netcat
    • Clients
    • Servers
    • Connections
  • GitHub Repository
Back to top
Edit this page

Options#

  • [-e]xecuting [-c]ommands
    • Running a Command With -e
    • Running a Command With -c
  • -h: show available options and exit.
  • -k: Keep inbound sockets open for multiple connects
    • Creating a Date/Time Server
  • -l: Listen mode, for inbound connects
  • -q: quit after EOF on stdin and delay of seconds
    • An Example
  • -u: UDP mode
    • A Client/Server Example
  • -v: Verbose
    • Example
  • Executing P[-Yy]thon Code
    • Executing Python Code With -y
    • Executing Python Files With -Y
  • -z: Zero-I/O mode
Next
[-e]xecuting [-c]ommands
Previous
pync For Python Developers
Copyright © 2022, Brendon Worthington
Made with Sphinx and @pradyunsg's Furo