-
Notifications
You must be signed in to change notification settings - Fork 318
Open
Description
on one resource while testing as "black box", i found response for requests
https://xxx.example.com/revision.txt
https://xxx.example.com/revision.inc
I decided to try to pull out the repository by your tool, which already many times helped out on CTF quests.
And received such an answer:
[!] Not found for https://xxx.example.com///.svn/all-wcprops => /.svn/all-wcprops: 404 Not Found
[!] Not found for https://xxx.example.com///.svn/entries => /.svn/entries: 404 Not Found
[!] Not found for https://xxx.example.com///.svn/format => /.svn/format: 404 Not Found
[!] Not found for https://xxx.example.com///.svn/wc.db => /.svn/wc.db: 404 Not Found
[i] Found new SVN client storage format!
DBD::SQLite::db prepare failed: file is encrypted or is not a database at ./rip-svn.pl line 88.
Couldn't prepare statement 'SELECT id,root,uuid FROM repository': file is encrypted or is not a database at ./rip-svn.pl line 88.
Can't call method "execute" on an undefined value at ./rip-svn.pl line 89.
request:
./rip-svn.pl -vv -u https://xxx.example.com
Tell me, how to perceive, is there a repository and a file with a password? Or there is no repository?
Thank's
Metadata
Metadata
Assignees
Labels
No labels