Ports Used by Windows File Sharing on a Network?
[wp_ad_camp_1] Do you need Microsoft File sharing like \\servername\path to work and it just won’t? Try this from command prompt: telnet servername (port) Example: telnet servername 137 If a black screen appears then the port is open (this is for…
Howto: Fix Microsoft IIS Internal IP Address Disclosure Vulnerability With Scripts
What is IP Address Disclosure? It is usually a bullshit “vulnerability” that firms will mention if they can’t find anything else to report How do you fix it without wasting 10 years of your time? First, we need to…
How To: Move an SVN Repo
Example Details Hotcopy or rsync the repository to the new location original location: /usr/local/svn/miller new location: /u1/svn_spill/miller With svnhotcopy svnadmin hotcopy /usr/local/svn/miller /u1/svn_spill/miller With rsync Ensure you have blocked access via apache to the repository that you are moving ###…