Exception: Can not initiate interact.sh DNS callback client
billbraz opened this issue · 1 comments
I get this output when running this script:
[•] CVE-2021-44228 - Apache Log4j RCE Scanner
[•] Scanner provided by FullHunt.io - The Next-Gen Attack Surface Management Platform.
[•] Secure your External Attack Surface with FullHunt.io.
[•] Initiating DNS callback server (interact.sh).
Traceback (most recent call last):
File "log4j-scan.py", line 362, in
main()
File "log4j-scan.py", line 332, in main
dns_callback = Interactsh()
File "log4j-scan.py", line 195, in init
self.register()
File "log4j-scan.py", line 206, in register
raise Exception("Can not initiate interact.sh DNS callback client")
Exception: Can not initiate interact.sh DNS callback client
What am I missing? Tried it with and without a proxy and get the exact same error.
Thanks!
I figured it out. My company is blocking access to interact.sh. Tried from my own PC and it works fine. Thanks for sharing your code!