├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md └── workflows │ └── termux-metasploit-arm64.yml ├── LICENSE ├── README.md ├── database.yml └── metasploit.sh /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/workflows/termux-metasploit-arm64.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/HEAD/.github/workflows/termux-metasploit-arm64.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/HEAD/README.md -------------------------------------------------------------------------------- /database.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/HEAD/database.yml -------------------------------------------------------------------------------- /metasploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/HEAD/metasploit.sh --------------------------------------------------------------------------------