1337
1337
here is my mail config ``` MAIL_ADMINS = ('[email protected]',) # FIXME MAIL_SERVER = os.environ.get('FLASK_MAIL_HOST', 'smtp.gmail.com') MAIL_PORT = int(os.environ.get('FLASK_MAIL_PORT', 587)) # tls #MAIL_PORT = int(os.environ.get('FLASK_MAIL_PORT', 465)) # ssl MAIL_USE_TLS = get_boolean_env('FLASK_MAIL_USE_TLS',...
Followed the instructions exactly and received this error trying to `bundle install` `Your Ruby version is 2.3.5, but your Gemfile specified 2.6.2` soooooo do i use 2.3.5 per the docs...
looks like your domain got pwnd or something because going to the link in the git readme trys to launch malware from my browser.
broken?
does this work with slacks oauth api? i dont think it does anymore =[
Hi! I am a junior pentester and I found this tool. Unfortunately it is a bit over my head. Would love if there was a noob friendly guide. Feel free...
It would be nice to be able to step back and forth while experimenting with code in this tool in order to see changes through the different phases. Currently all...
Hello! Can i use this project to run/execute boot programs? Do you know of any emulator/tool I can use to execute a boot program? any advice is appreciated :) thank...
i am looking for a copy of the db but i cant find it in the repo. thanks!
I would like to be able to place asp/aspx files into directories and have them rendered on the preview window the same way a text or image file is. Is...