Skip to content

Commit

Permalink
Updated gitlab url
Browse files Browse the repository at this point in the history
  • Loading branch information
drakylar committed Feb 7, 2022
1 parent 0d553a9 commit d697a53
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion new_initiation.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# | '--------------' || '--------------' || '--------------' | #
# '----------------' '----------------' '----------------' #
# #
# https://gitlab.com/invuls/pentest-projects/web-hack-toolkits #
# https://gitlab.com/invuls/pentest-projects/pcf #
# #
##################################################################
Expand Down
22 changes: 22 additions & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@
from system.config_load import config_dict
from runners import fastwsgi_server, flask_server, waitress_server




print('''
##################################################################
# #
# .----------------. .----------------. .----------------. #
# | .--------------. || .--------------. || .--------------. | #
# | | ______ | || | ______ | || | _________ | | #
# | | |_ __ \ | || | .' ___ | | || | |_ ___ | | | #
# | | | |__) | | || | / .' \_| | || | | |_ \_| | | #
# | | | ___/ | || | | | | || | | _| | | #
# | | _| |_ | || | \ `.___.'\ | || | _| |_ | | #
# | | |_____| | || | `._____.' | || | |_____| | | #
# | | | || | | || | | | #
# | '--------------' || '--------------' || '--------------' | #
# '----------------' '----------------' '----------------' #
# #
# https://gitlab.com/invuls/pentest-projects/pcf #
# #
##################################################################''')

config = config_dict()
run_func = None
if config['main']['web_engine'] == 'flask':
Expand Down

0 comments on commit d697a53

Please sign in to comment.