Codebase list powershell-empire / 1a5a7e5
New upstream version 3.7.1 Sophie Brun 3 years ago
5 changed file(s) with 11 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 3.7.0
0 3.7.1
0 1/27/2021
1 - Version 3.7.1 Master Release
2 - Added Kali message to main menu
3
04 1/18/2021
15 ------------
26 - Version 3.7.0 Master Release
1818 from datetime import datetime, timezone
1919 from flask_socketio import SocketIO
2020
21 VERSION = "3.7.0 BC Security Fork"
21 VERSION = "3.7.1 BC Security Fork"
2222
2323 from pydispatch import dispatcher
2424
3434 print(" [Version] %s | [Web] https://github.com/BC-SECURITY/Empire" % (version))
3535 print('================================================================================')
3636 print(" [Starkiller] Multi-User GUI | [Web] https://github.com/BC-SECURITY/Starkiller")
37 print('================================================================================')
38 print(" This build was released exclusively for Kali Linux | https://kali.org")
3739 print('================================================================================')
3840 print("""
3941 _______ .___ ___. .______ __ .______ _______
5557 print(" [Empire] Post-Exploitation Framework")
5658 print('================================================================================')
5759 print(" [Version] %s | [Web] https://github.com/BC-SECURITY/Empire" % (version))
60 print('================================================================================')
61 print(" This build was released exclusively for Kali Linux | https://kali.org")
5862 print('================================================================================')
5963 print("""
6064 _______ .___ ___. .______ __ .______ _______
00 [tool.poetry]
11 name = "empire-bc-security-fork"
2 version = "3.7.0"
2 version = "3.7.1"
33 description = ""
44 authors = ["BC Security <[email protected]>"]
55 readme = "README.md"