EdgeSecurityTeam / EHole

EHole(棱洞)3.0 重构版-红队重点攻击系统指纹探测工具
https://forum.ywhack.com/
Apache License 2.0
3.06k stars 400 forks source link

师傅可以改下细节吗 #77

Open JackeyLov5 opened 5 months ago

JackeyLov5 commented 5 months ago
image

就是我在bash配置文件里 直接给了工具分类之后的地址 不能直接运行 必须要到工具所在目录运行才行 感觉是不是随便什么目录都能运行好一点

Mengter8 commented 3 months ago

暂时没遇到这个问题

#!/bin/bash

ehole="/home/kali/share/kali-share/tools/recon/Ehole/EHole_linux_amd64"
currentDir="$PWD"
target="xxx.com"
domainFile="$currentDir/result/$target/domain.txt"

$ehole finger -l "$domainFile" -o ehole.json