You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run.py -d is used to delete full disclosure 2012 (the default project)
The data of Full Disclosure 2012 will be removed, however controler.js and index.html will still contain information of Full Disclosure, leading to a menu that can't be accessed on the GUI. Manually scraping the data (which is minimal effort) can effectively replace it, but we should be able to do it with run.py
The current logic of run.py is to search for code to insert and delete as datasets are added and removed to circumvent the hardcoded data. However, rather than relying on a fixed dataset this should be much simpler to do with using comment markers instead.
The text was updated successfully, but these errors were encountered:
If the following is done:
The data of Full Disclosure 2012 will be removed, however controler.js and index.html will still contain information of Full Disclosure, leading to a menu that can't be accessed on the GUI. Manually scraping the data (which is minimal effort) can effectively replace it, but we should be able to do it with run.py
The current logic of
run.py
is to search for code to insert and delete as datasets are added and removed to circumvent the hardcoded data. However, rather than relying on a fixed dataset this should be much simpler to do with using comment markers instead.The text was updated successfully, but these errors were encountered: