akde/infosec

Information security is ultimately about managing risk


Check­out a repo:

svn checkout svn://...

Show log

svn log

Show infos

svn info

Show all branches

svn ls svn://$victim --verbose

The first num­ber from the pre­vi­ous com­mand shows the revi­sion. To see the con­tent of a repo for anoth­er revi­sion, add the r flag:

svn ls svn://$victim --verbose -r 1
svn ls svn://$victim --verbose -r 2
...

Check­out a spe­cif­ic ver­sion. Use X as revi­sion num­ber. The com­mand svn up shows the cur­rent revi­sion num­ber. Use this first with ‑r1 (first com­mit) and then incre­ment the num­bers until the cur­rent commit.

svn up -rX

Notes

Leave a Reply

About

Personal collection of some infosec stuff. Primary purpose of this site is to collect and organize for myself.

Note: Some content is not publicly visible due to copyright issues. Therefore, some links could be broken.

Checklists

Categories

Checklists: Ports

python -c 'import pty;pty.spawn("/bin/bash")';

python3 -c 'import pty;pty.spawn("/bin/bash")';