![]() |
|
[ hunch ]
• Watch out for writable samba shares.
Noticed a security issue with default samba configurations shipped with most Linux distros. For example lets say we have a system A with a writable share XYZ. On an other system B,
[root@B] smbmount //A/XYZ /mnt/share -o username=test Now using the smbclient tool to access the share
[root@B] smbclient -U test //A/XYZ As you can see the whole file system is now accessible, the attacker can download all To make sure this does not happen add the following directive to smb.conf in wide links=no
• Fingerprinting web servers with a %00.
The %00 is the famous null character when encoded in a URL. It is interesting to see how I use a simple python program that accepts the website name and URL to get, responds with the
% ./uget.py
• Global.asa Story
It is interesting that global.asa has never caught eyes of penetration testers while fingerprinting an IIS web server.(Could not find any tool that does it).
• Who’s Blocking
Generally for ports reported filtered by nmap for a host, it is hard to | |
| [ © MSG ] | |