Skip to content

aojie654/akamai-tools

Repository files navigation

Akamai Tools

0x01. Introduction

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

0x02. What shoud I do?

  • Install Python 3.8+.
  • (RECOMMENDED) Unix(linux/macOS) set the default shell to zsh.
    1. 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 not zsh, continue setting please.

    2. Run the command to change the default shell to zsh:

      chsh -s /bin/zsh
    3. RESTART YOUR COMPUTER TO MAKE THE CHANGE EFFECT.

    4. 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"
    5. Read the doc of the tool which you want to use.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published