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]:

    Console=> CFX <1=cfxCode>

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

# Running tools and Write the text below, 
Console=> CFX 64l5k4

Pinger

  • Usage [Parameters]:

    Console=> 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
Console=> PING TCP 8.8.8.8:80

# HTTP
Console=> PING HTTP https://google.com
# HTTP with port
Console=> PING HTTP https://google.com:443

# ICMP
Console=> PING ICMP 8.8.8.8
Clone this wiki locally