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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nothing renames Python script to app.py

gingerhax opened this issue Β· comments

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.

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.