-
Enumeration Mandatory Try to checkout a repo:svn checkout svn://$target Optional Check all branches Go through each revision. (Use grep widely!) Add a new file which could be accessible in the web.
-
Checkout a repo: svn checkout svn://... Show log svn log Show infos svn info Show all branches svn ls svn://$victim --verbose The first number from the previous command shows the revision. To see the content of a repo for another revision, add the r flag: svn ls svn://$victim --verbose -r 1 svn ls svn://$victim --verbose -r 2…