Documentation

You can find all the information you need to get started with beez script in our documentation.


Overview

You can view all the commands of beez script from the list below and have an overview of all of them quickly.

Command Description Details
recover It will recover the old config file from the previous version of Beez script.
ocr It will convert the image to text.
shortener It will shorten the long link into a shortened link.
shortlink It will bypass the shortlink.
useragent It will generate a random user agent.
proxy It will generate a random proxy.
dns This allows you to insert your own DNS for use in the script.

Recover

$ php exec.php recover -path {path}
Flags Important Description
-path Yes Path to old beez configuration folder.
Example command with flag and argument :
php exec.php recover -path /storage/emulated/0/path_to_folder

Ocr

$ php exec.php ocr -path {path}
Flags Important Description
-path Yes Path to image file.
Example command with flag and argument :
php exec.php ocr -path /storage/emulated/0/path_to_image.png

Shortener

$ php exec.php shortener -url {url}
Flags Important Description
-url Yes Website URL.
--open No Allow to open the link.
Example command with flag and argument :
php exec.php shortener -url https://example.com

If you want the link to open automatically in your browser, just add --open. This will not work if the -url is missing.

Example command with flag and argument :
php exec.php shortener -url https://example.com/abc --open

Shortlink

$ php exec.php shortlink -type {type} -key {key} -url {url}
Flags Important Description
-type Yes Bypasser type.
-key Yes API Key.
-url Yes Website URL.
--open No Allow to open the link.
--types No Show all types.
Example command with flag and argument :
php exec.php shortlink -type syid -key abcde12345 -url https://example.com

If you want the link to open automatically in your browser, just add --open. This will not work if the -type -key -url is missing.

Example command with flag and argument :
php exec.php shortlink -type syid -key abcde12345 -url https://example.com/abc --open

If you want to show all available type, just add --types.

Example command with flag :
php exec.php shortlink --types
Type Register
tertuyul
syid

Useragent

$ php exec.php useragent -type {type}
Flags Important Description
-type Yes User agent type.
--types No Show all types.
Example command with flag and argument :
php exec.php useragent -type android

If you want to show all available type, just add --types.

Example command with flag :
php exec.php useragent --types
Type
firefox
chrome
mobile
windows
mac
iphone
android

Proxy

$ php exec.php proxy -type {type}
Flags Important Description
-type Yes Proxy type.
--all No Show all proxy.
--save No To save proxy results.
--types No Show all types.
Example command with flag and argument :
php exec.php proxy -type http

If you want to show all proxy without checking the connection one by one, just add --all. This will not work if the -type is missing.

Example command with flag and argument :
php exec.php proxy -type http --all

If you want to save the results to "proxies.txt", just add --save. This will not work if the -type is missing.

Example command with flag and argument :
php exec.php proxy -type http --save
php exec.php proxy -type http --all --save

If you want to show all available type, just add --types.

Example command with flag :
php exec.php proxy --types
Type
http
socks4
socks5

Dns

$ php exec.php dns --add -name {name} -ipdom {ip or domain}
Flags Important Description
-name Yes Name for DNS.
-ipdom Yes IP or the domain of DNS.
--add Yes To add DNS.
--edit Yes To edit DNS.
--delete Yes To delete DNS.
--list No Show list.
Example command with flag and argument :
php exec.php --add -name dns_name -ipdom 120.120.120.120
php exec.php --edit -name dns_name -ipdom 121.121.121.121
php exec.php --delete -name dns_name

If you want to show the list, just add --list.

Example command with flag :
php exec.php dns --list
LET'S EARN TOGETHER Logo

Flag Counter