mrwadams / attackgen

AttackGen is a cybersecurity incident response testing tool that leverages the power of large language models and the comprehensive MITRE ATT&CK framework. The tool generates tailored incident response scenarios based on user-selected threat actor groups and your organisation's details.
GNU General Public License v3.0
971 stars 132 forks source link

Nothing renames Python script to app.py #3

Closed gingerhax closed 1 year ago

gingerhax commented 1 year ago

Script to run app is called "👋_Welcome.py" and does not get renamed during setup process. Changing the name to "app.py" and following the instructions to run the Streamlit program allows it to execute as normal.

mrwadams commented 1 year ago

Hi @gingerhax,

Thanks, I'd just spotted that myself when going back through the README. The initial page for the tool needs to remain as '👋_Welcome.py', since the file names are picked up by the multipage menu. It's a little weird I know, but it's a limitation of Streamlit.

I've updated the README file with the correct command.