AutoPentest-DRL
AutoPentest-DRL copied to clipboard
AutoPentest-DRL: Automated Penetration Testing Using Deep Reinforcement Learning
Hello, I just want to ask if I change the configuration of topology generator then I also have to change the `topo_gen_template.P` file content or is it a generic template....
**Logical attack error:** AutoPentest-DRL: Compute attack path for logical network... Generate attack graph using MulVAL... Process attack graph into attack matrix... Traceback (most recent call last): File "/Users/manasvipatil/AutoPentest-DRL/DQN/./confirm_path.py", line 9,...
Salam all, this is just to point out some of the issues and fixes: Ensure MULVAL is installed successfully and tested as beelow: https://github.com/risksense/mulval/issues/12 ensure to replace "np.float" with "float"...
Hi, When I run this AutoPentest-DRL its pointing an error on topo_proc.py code which is trying to open the top_info_1.json file. When I check the AutoPentest-DRL.py, its triggering the topo_proc.py...
Hello. Where can I find data about vulnerable websites? And where did you get the webData_process.csv data? I want to find data to automate pentest, where can I find the...
Hi,I'm trying to run the code,but found multiple errors,such as 1.module 'numpy' has no attribute 'float' 2.IndexError: index 6 is out of bounds for axis 0 with size 1 May...