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

Verbose output to log file #18

Open
cmaggiulli opened this issue May 20, 2017 · 1 comment
Open

Verbose output to log file #18

cmaggiulli opened this issue May 20, 2017 · 1 comment

Comments

@cmaggiulli
Copy link

After running

panoptic.py --url "http://localhost/apps/pbcs.dll/article?url=test"

I received the following output


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

[i] Starting scan at: 00:02:47

[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] y
[+] Found '/Program Files/MySQL/data/mysql-bin.log' (Windows/Databases/log).
[+] Found '/Program Files/MySQL/data/mysql-bin.index' (Windows/Databases/log).
... etc
[+] Found '/WINDOWS/system32/Macromed/Flash/FlashInstall.log' (Windows/Desktop applications/log).
[+] Found '/WINDOWS/system32/Macromed/Flash/install.log' (Windows/Desktop applications/log).

[i] File search complete.

[i] Finishing scan at: 00:05:39

I believe the output to be a true hit because (other than owning the server it was tested on) in the omitted output it showed very unique and correct paths. However, when I run this same command subsequently (after trying the --write-files switch in between) it never gave me another hit. I tried toggling several other flags with no success.

It would be nice to have had the verbose output written to a log for comparison.

@lightos
Copy link
Owner

lightos commented Sep 19, 2017

I can add the option --save-output to write the verbose output to a specified file.

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