No. | Name | Processing | Description |
---|---|---|---|
01 | CIP | developing | IP2Location with Akamai EdgeScape Pro |
02 | Python Curl | 暂时鸽了 | simple curl with Akamai pragma headers in python |
03 | Reference Decoder | Finished | decode the reference code with HTML encoded |
04 | Timezone Convertor | developing | Convert the timestamp with specific timezone |
05 | Bot Attacker | developing | Attack simulator |
06 | dig | developing | DNS resolve with multple dns like dnschecker.org |
08 | CPS Monitor | developing | List all the certificates renewal by the account list |
- Install Python 3.8+.
- (RECOMMENDED) Unix(linux/macOS) set the default shell to
zsh
.-
Check current shell you use:
echo ${SHELL}
Output:
/bin/zsh
Conguratulations! You are already using
zsh
, nothing need to do next. But if the output is notzsh
, continue setting please. -
Run the command to change the default shell to
zsh
:chsh -s /bin/zsh
-
RESTART YOUR COMPUTER TO MAKE THE CHANGE EFFECT.
-
Set variable
AK_TOOLS_HOME
for shell in ~/.zsh. For example, the repo is located at "/Users/sao/datas_l/git/akamai-tools" on my computer:export AK_TOOLS_HOME="/Users/sao/datas_l/git/akamai-tools"
-
Read the doc of the tool which you want to use.
-