crond-jaist / AutoPentest-DRL

AutoPentest-DRL: Automated Penetration Testing Using Deep Reinforcement Learning
BSD 3-Clause "New" or "Revised" License
331 stars 82 forks source link

target '../../bin/adapter' is not a directory #12

Closed RavinduRathnayaka closed 1 year ago

RavinduRathnayaka commented 1 year ago

└─# make
(cd src/adapter; make; make install) make[1]: Entering directory '/home/user/Desktop/AutoPentest-DRL-1.0/repos/mulval/src/adapter' make[1]: Nothing to be done for 'default'. make[1]: Leaving directory '/home/user/Desktop/AutoPentest-DRL-1.0/repos/mulval/src/adapter' make[1]: Entering directory '/home/user/Desktop/AutoPentest-DRL-1.0/repos/mulval/src/adapter' cp GetCVEID.class GetTplQry.class InitializeDB.class MetricParser.class NessusXMLParser.class GetTplQry_nessusXML.class XMLConstructor.class mysqlConnectionChecker.class ../../bin/adapter cp: target '../../bin/adapter' is not a directory make[1]: [Makefile:12: install] Error 1 make[1]: Leaving directory '/home/user/Desktop/AutoPentest-DRL-1.0/repos/mulval/src/adapter' make: [Makefile:6: adapter] Error 2

after setting all the paths and while make command this error popped up

crond-jaist commented 1 year ago

Hi, As far as I understand from your message, the issue you describe seems to be related to MulVAL. This is an external tool that we are using, so please contact the MulVAL developers (https://github.com/risksense/mulval) for assistance. Best wishes, Razvan

RavinduRathnayaka commented 1 year ago

Thank you