I am doing a research on Application Layer Honeypot and for the sake of attack simulation, I had to show some attacks like DDoS, Sybil attack etc. The problem is that flask-security API is blocking my attacks and I need to disable it in order to continue with my work. Is there any way to disable the security API?
I am doing a research on Application Layer Honeypot and for the sake of attack simulation, I had to show some attacks like DDoS, Sybil attack etc. The problem is that flask-security API is blocking my attacks and I need to disable it in order to continue with my work. Is there any way to disable the security API?