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

Methods and documents (Usage)

RainbowRain 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

SSH

  • Usage [Parameters]:

    Console=> SSH <1=Ip:Port> <2=Username>

    • 1: Server Ip And Port
    • 2: Username
  • Example:

# Running tools and Write the text below, 
Console=> SSH 163.198.197.135:22 root
Clone this wiki locally