1

Three easy-to-use scanning tools

  • Kscan run fingerprint/blast
  • afrog run poc
  • run with fscan

1. Termux installation

【termux official website】
【ZeroTermux】
【ZeroTermux Android 5】

  • ZeroTermux source change (skipable)

     sed -i 's@^\(deb.*stable main\)$@#\1\ndeb https://mirrors.tuna.tsinghua.edu.cn/termux/termux-packages-24 stable main@' $PREFIX/etc/apt/sources.list && apt update && apt upgrade

    2. Install Linux distribution Alpine with termux

  • Install

     curl -LO https://raw.githubusercontents.com/Hax4us/TermuxAlpine/master/TermuxAlpine.sh
    bash TermuxAlpine.sh
  • start alpine

     startalpine
  • alpine environment initialization

     set -x \
    && echo -e "\n\
    export LANG=zh_CN.UTF-8\n\
    export TERMUX_APK_RELEASE=F-DROID\n\
    export SHELL=/bin/bash\n" \
    >> /etc/profile.d/diy_env.sh \
    && source /etc/profile \
    && echo -e "nameserver 119.29.29.29\n\
    nameserver 8.8.8.8" > /etc/resolv.conf \
    && sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories \
    && apk update -f \
    && apk upgrade

3. Alpine installation leak scanning tool

 wget https://download.fastgit.org/shadow1ng/fscan/releases/download/1.8.1/fscan_arm64
wget https://download.fastgit.org/zan8in/afrog/releases/download/v1.3.6/afrog_arm.tar.gz
wget https://download.fastgit.org/lcvvvv/kscan/releases/download/v1.76/kscan_linux_arm.zip

unzip kscan_linux_arm.zip
tar -xzf afrog_arm.tar.gz
chmod +x afrog_arm kscan_linux_arm fscan_arm64

Tool simple to use command

  • Kscan is an all-round scanner developed in pure go, with functions such as port scanning, protocol detection, fingerprint identification, and brute force cracking.

    https://hub.fastgit.xyz/lcvvvv/kscan
     ./kscan_linux_arm --threads 50 -t 192.168.1.1/24
    ./kscan_linux_arm -t http://127.0.0.1
    ./kscan_linux_arm -t 文件路径
    爆破:--hydra
  • afrog is an excellent performance, fast and stable, PoC customizable vulnerability scanning tool

    https://hub.fastgit.xyz/zan8in/afrog
     ./afrog_arm -t http://127.0.0.1
    ./afrog_arm -T URL文件路径
    
    ## 更新poc
    ./afrog_arm --up 
    # 禁用指纹识别,直接漏扫 
    afrog --nf -t http://127.0.0.1
  • fscan is a comprehensive intranet scanning tool, which is convenient for one-click automation and all-round missed scanning.

    https://hub.fastgit.xyz/shadow1ng/fscan
     ./fscan_arm64 -h 192.168.1.1/24
    ./fscan_arm64 -u http://127.0.0.1
    ./fscan_arm64 -hf IP文件路径
    ./fscan_arm64 -uf URL文件路径

二毛erma0
52 声望56 粉丝

业余爱好