Subversion (tcp-3690)
Post

Subversion (tcp-3690)

Enumeration commands

1
2
3
4
svn ls svn://10.10.10.203 #list
svn log svn://10.10.10.203 #Commit history
svn checkout svn://10.10.10.203 #Download the repository
svn up -r 2 #Go to revision 2 inside the checkout folder

An example can be found at HTB Machine Worker