The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
58 views

Tracking anonymous e-mail threat

A user spoofed/sent an email from http://emkei.cz/ with a very serious threat. Is it possible to trace this back or are we SOL? There wasn't much in the email headers other than that it came from ...
0
votes
2answers
76 views

vsftpd server allow anonymous to upload files and nothing else

Trying to let anonymous users login and upload files to a directory "/srv/ftp/dropbox" but not see or download anything. Can login as anonymous but when I try and upload a file with the following ...
2
votes
1answer
108 views

Anonymous Samba share across subnets (without WINS?)

I'm trying to replace an old Windows 2000 server that is current set up with a number of open anonymous shares used by a legacy application that must remain in production for a few more years. I ...
1
vote
1answer
25 views

anonymous access to icinga cgi

I'm currently setting up an Icinga monitoring system, however I'm lacking the idea of how to access a specific page that asks for authentication when accessed by http, mainly the "All problems" option ...
1
vote
0answers
99 views

How to configure ProFTPD to provide a different anonymous FTP for each domain?

I'm trying to configure ProFTPD to match the following situation: Multiple domains on a single IP address. Each domain should have it's own anonymous FTP directory. Everything runs on Ubuntu ...
1
vote
1answer
219 views

Windows Server 2003 permissions not working properly and I can't fix it

Well, sometimes things come along that give you humility. Gahh! I had an old Windows 2000 server running in a closet on a DSL line. It was doing a small amount of web and mail and ftp for a couple of ...
1
vote
0answers
136 views

How to disable anonymous access for a file in IIS 7

I'm trying to disable anonymous access for a specific file in a folder in IIS 7 , and give access to a specific user only. The scenario is this: Disable anonymous access for a file. Question is, why ...
0
votes
1answer
608 views

How to disallow LDAP anonymous binding for Windows server 2008

I have a Windows server 2008 server under domain and security scan found out that LDAP anonymous binding is allowed. So i need to disable the anonymous binding for my domain. I have found a way to do ...
12
votes
3answers
596 views

DNS down in Anonymous attack

As I'm writing this our company website and the web-service we developed are down in the big GoDaddy outage resulting from an Anonymous attack (or so says Twitter). We used GoDaddy as our registrar ...
2
votes
0answers
87 views

IIS Restrict anonymous ftp users to a particular directory

I have ftp configured on IIS7. I would like to restrict ftp access by anonymous users to a particular downloads folder only. Where do I specify which directory anonymous users should be restricted ...
0
votes
0answers
53 views

Is there a Apache/php/MySQL virtural email address library?

You know how on craigslist.org the Reply to: links are mailto:{some unique identifier}@sale.craigslist.org so that you can't scrape people's email addresses from craigslist? And so when you reply to ...
1
vote
1answer
250 views

IIS 7.5 - Remove the pipe character from usernames for virtual hosts

Currently I have a setup with a virtual FTP site in IIS 7.5 that requires the following authentication details for the anonymous account: Host: ftp.mydomain.com User: ftp.mydomain.com|anonymous ...
1
vote
2answers
658 views

sftp with anonymous user

How I can set a anonymous sftp user ? I generate the ssh keys pair, set /usr/lib/sftp-server as shell in /etc/password and share the private key (id_rsa) and with this command the users get access ...
2
votes
1answer
140 views

Can a user with a disabled account browse Confluence content anonymously?

I'm running Confluence 3.5.13. I've got SSO authentication against our Active Directory forest working using the NTLMv2 plugin from TechTime. Users with an active account in Confluence are logged in ...
1
vote
2answers
105 views

Provide anonymous download on Apache

I have a vanilla install of Apache/2.2.20 running on Ubuntu 11.10. I would like to provide two files that can be accessed anonymously (a readme.html and a 1.7GB download). I would like use Google ...
-2
votes
1answer
120 views

How does Annonymous (or others) hack all of these high profile websites? What are the faults of the server admins? [closed]

In the news in the last 2 years, Anonymous/AntiSEC/etc... has been getting a lot of press for hacking high profile websites: PlayStation Network FBI CIA Bank websites Stratfor etc.... I'd like ...
0
votes
1answer
498 views

How to deactivate LDAP anonymous bind?

I am very new to LDAP configuration. So I hope somebody can help me. I just installed an OpenLDAP server on an Ubuntu 10.4 system. My LDAP installation does not use/have any ldap.conf or slapd.conf ...
4
votes
6answers
2k views

How to survive anonymous DDOS attack?

Every time the anonymous group targets a website, they are able to take it down.. even for large corporates / governments with professional. I read (basic theory) about dealing with normal DDOS ...
0
votes
1answer
132 views

Many changes by Anonymous Logon

with some auditing tool for AD I noticed many changes done by ANONYMOUS LOGON for e.g. badPwdCount and badPasswordTime with the same before and after value. Any ideas why this 'change' does ...
2
votes
1answer
102 views

new installation of windows 2008 R2 … having permissions issues (everyone has access)

I can not limit access to the IUSR user nor the IIS_IUSRS group at all....not even a different user that I tried for anonymous access. When I say IUSR below, I also mean I've tried adding the group ...
0
votes
4answers
11k views

Allow anonymous upload for Vsftpd?

I need a basic FTP server on Linux (CentOS 5.5) without any security measure, since the server and the clients are located on a test LAN, not connected to the rest of the network, which itself uses ...
0
votes
1answer
586 views

Mount cifs share anonymously

I have a Windows 2003 Server sharing out a few folders as read-only to "Everyone". The server is a domain member, so I'm not able to connect to the share on computers that aren't on the domain ...