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

Error message in Windows only #22

Closed tsai0009 closed 4 years ago

tsai0009 commented 5 years ago

I've tried ASM directly in Windows 10, in a Windows 10 VM and in CentOS VM.

Both Windows have given me this error:

image

The command is just the standard command: python ASM.py -t DSM.com -ln -o demo_run -w resources/top100_sublist.txt

And yes it should be using python 3.7.3 as I typed python --version and got that.

superhedgy commented 5 years ago

It seems Python is the issue here, it was optimised to run on Mac OS. I will have to test it out against Windows.

jieyunhu commented 5 years ago

I had the same proplem,just commented out a piece of code to make it works. From the screenshot we can see that in the windows,the original code would have imported the threading module and assigned its thread object to multiprocessing.Process,but the threat object has no attribute 'pid' or 'end'.

subbrute

tsai0009 commented 4 years ago

This is what I eventually did as well. It works like this.