superhedgy / AttackSurfaceMapper

AttackSurfaceMapper is a tool that aims to automate the reconnaissance process.
https://AttackSurfaceMapper.com
GNU General Public License v3.0
1.3k stars 192 forks source link

ASM.py Error #41

Closed Josh2712002 closed 3 years ago

Josh2712002 commented 3 years ago

Hi Guys, hope all is well I have recently stepped across this tool and is perfect for automating recon. I must specify that I am a junior analyst, with experience in Bash and Ruby, very little in Python.

The install went well, however, as soon as I attempted to boot the tool, I received this error:

File "asm.py", line 529 print(style + msg, end="") ^ SyntaxError: invalid syntax

I should add that I have experimented with a lot of trial and error regarding this line of code and still can't seem to find the solution... Have now reverted the entire source code back to default and yet still the same error?

I was wandering if I could get any help/suggestion on how to solve this issue, and if it's common for anyone else.

Thanks!