Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

Methods and documents (Usage)

SudoLite edited this page Apr 7, 2022 · 5 revisions

cfxFinder

  • Usage [Parameters]:

    python start.py CFX <1=cfxCode>

    • 1: cfxCode cfx.re/join/code or code
  • Example:

# Running tools and Write the text below, 
python main.py CFX 64l5k4

Pinger

  • Usage [Parameters]:

    python main.py PING <1=Method> <2=Address>

    • 1: Method ( TCP or HTTP or ICMP )
    • 2: Address [ tcp: 8.8.8.8:80 or http: https://google.com (https://google.com:443)]
  • Example:

# Running tools and Write the text below, 
# TCP
python main.py PING 8.8.8.8:80

# HTTP
python main.py PING https://google.com
# HTTP with port
python main.py PING https://google.com:443

# ICMP
python main.py PING 8.8.8.8
Clone this wiki locally