AvalZ/WAF-A-MoLE

AttributeError: Module signal has no attribute SIGALRM

chakir123123 opened this issue · 1 comments

Hi,
I am trying to use waf-a-mole to test waf-brain but I am getting this AttributeError: Module signal has no attribute SIGALRM
I am using windows 10 and python 3.6.1
Thank you
Capture1

Hi!

All the signals are only implemented on Unix.
That alarm in particular was inserted for stopping the engine after a certain amount of time.
You can modify the evasion.py file to remove such behavior or to customize it for Windows.