You can find all the information you need to get started with beez script in our documentation.
You can view all the commands of beez script from the list below and have an overview of all of them quickly.
php exec.php recover -path {path}
Flags | Important | Description |
---|---|---|
-path | Yes | Path to old beez configuration folder. |
php exec.php recover -path /storage/emulated/0/path_to_folder
php exec.php ocr -path {path}
Flags | Important | Description |
---|---|---|
-path | Yes | Path to image file. |
php exec.php ocr -path /storage/emulated/0/path_to_image.png
php exec.php shortener -url {url}
Flags | Important | Description |
---|---|---|
-url | Yes | Website URL. |
--open | No | Allow to open the link. |
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
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. |
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 |
php exec.php useragent -type {type}
Flags | Important | Description |
---|---|---|
-type | Yes | User agent type. |
--types | No | Show all types. |
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 |
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. |
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 |
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. |
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