[Linux - CentOS - Apache - VPS]
Last week my servers came under a SYN Flood attack, my hosting provider took some steps and resolved the issue. One of the things that they did was turn on SYN Cookies.
I have a script to report phishing sites that calls sendEmail. I keep getting the above error and can't seem to figure out just what the problem is. What I see in the output log for sendEmail is at these pastebin links http://pastebin.com/YysSZVDh, http://pastebin.com/tdP1JFde. One as a success and one as a failure.
I'm going to start running a gameserver soon and I want a way to reduce the the damage of a denial of service attack.
I want to make it so when someone joins the game their ip adress is added to a textfile (can already do this)
and In the event of an attack I can simply use the text file as a whitelist and only allow connections to the server from the IPS that have joined the game in the past.
I've been using Cpanel for a few years now and for the second time in the past month I had a brute force attack that cPHulk didn't seem to block.
The brute attack was on dovecot pop3-login both times. They slam every IP on the server. I have a /25 for SSL web sites. cPHulk sends out the email like normal but doesn't seem to block the IP.
I'm preparing a presentation on a security issue and want to include a demonstration. It won't be in real time, I just need to show some pictures of the results.
I have some VPSes that will perform a tcp or udp flood attack simiultanesly on another specific server (Debian/Ubuntu), all of them owned by me of course.
Hi Folks,
I have 2 perl scripts and I need to execute 2nd perl script from the 1st perl script in WINDOWS.
In the 1st perl script that I had, I am calling the 2nd script
main.pl
===========
print "This is my main script\n";
`perl C:\\Users\\sripathg\\Desktop\\scripts\\hi.pl`;
hi.pl ( this script I am calling from the firstperlscript.pl)
====
#!perl -w
print "hii Gir
I just replaced my old router using server with Ubuntu. Everything's fine except DHCP. When I tried connecting iPhone - it works: http://pastebin.com/NNEeiRLY but unfortunately some of my devices can't get IP from server, e.g.
So I have an Ubuntu 10.04 based dedicated server with LAMP installed. I host several websites, but for now all websites are on same IP, configured using Apache Virtual Hosts.
So everyone can attack my server, etc by getting IP. I wanna protect it with cloudflare, but then I need to setup my server different. To use DNS I suspose.
How to do that?
Thanks in advance.
In last days my apache is being attacked by many connections from proxies.