-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR modularize code #24
Conversation
Merge https://github.com/rezasp/joomscan into modularize_code
….pl, breaks windows compatibility
modifies code to avoid global variables $amtf, $adming
removes obsolete core/*pl files
adds .gitignore
adds Report.pm, fixes import in VulnDB
todo check for different behaviour
Hi StPanning,
It seems that your changes require the current directory |
for now you have to be in the sam directory as joomscan.pl this is the reason for issue #25 because this will fix this. I will implement it, as soon as my changes are approved so far. |
Hello, regards. |
moves code in modules and functions
makes variables private (my... ) where possible
uses 'use ...' directive instead of 'do...'