Skip to content

3690 - SVN subversion

#svn #enumeration #linux

bash
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

Notas personales de seguridad ofensiva.