| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Version 2.0
Join Date: Jan 2004
Location: Mumbai
Posts: 977
|
I want to change banners of services like Apache, SMTP (Sendmail) and POP3 on my server... Server is based on Redhat Linux 3 Enterprise... any ideas about it guys? Deep
__________________
- Deep Ganatra - www.whoisdeep.com www.twitter.com/DeepXP/ |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
In The Zone
Join Date: Mar 2004
Location: Kolkata - INDIA
Posts: 301
|
apache
go to /src/include/httpd.h and search for: #define SERVER_BASEVENDOR “Apache Group� #define SERVER_BASEPRODUCT “Apache� #define SERVER_BASEREVISION “� Change this to the desired values (BASEVENDOR: Microsoft, BASEPRODUCT: Microsoft-IIS, BASEREVISION: 5.0). Now re-compile apache. Next: open your httpd.conf and search for the ServerTokens directive. If it’s not there, add it. Set ServerTokens to Min (“ServerTokens Min�). Sendmail edit the ``/etc/sendmail.cf'' find ... SmtpGreetingMessage=$j Sendmail $v/$Z; $b change to: SmtpGreetingMessage=$j Sendmail $v/$Z; $b NO UCE C=xx L=xx You should replace the ``xx'' in the ``C=xx L=xx'' entries with your country and location codes. The latter change doesn't actually affect anything, but was recommended in the news.admin.net-abuse.email newsgroup as a legal precaution. POP If you are using QPopper then may try to edit popper/banner.h No idea ..... hope this will help you...
__________________
www.aloke.info |
|
|
|
|
#4 (permalink) | |
|
FooBar Guy
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
|
Quote:
__________________
- -- http://www.MovieAB.com - A tiny movie mashup! |
|
|
|
|
|
#5 (permalink) |
|
Version 2.0
Join Date: Jan 2004
Location: Mumbai
Posts: 977
|
to be frank if the thing is gonna be recompling the software and then reinstalling then i am not gonna do it...
I will simply call Racpspace.com people to do it coz in anyways they are gonna upgrade the kernel and other stuff on latest version in few days so i will ask them to do this as well.. actualy we had done Penetration Testing for our company server few days back and in that they had given us suggestions to change banners and all so thats the main reason for asking method to change the service banners... anyways thanks alot for the help Deep
__________________
- Deep Ganatra - www.whoisdeep.com www.twitter.com/DeepXP/ |
|
|
|
|
#6 (permalink) |
|
FooBar Guy
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
|
arrrey nothing like a big compilation or something ... QPopper just needs a # make; make install; make clean; and its done... as far as i remember, QPopper's Daemon Banner is hard coded inside the binary... this is a wrong thing.... it should be there in its config files... And your webhosting provider bears this responsibility .... ask them only to do it...
__________________
- -- http://www.MovieAB.com - A tiny movie mashup! |
|
|
|
|
#8 (permalink) |
|
FooBar Guy
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
|
Wwwhhhatt???? $150 .... that's something like 6000 Rs.... dont they give ssh access ? i'd love to do an ssh from here right now and do it .... you can pay me just 1000 Rs....
__________________
- -- http://www.MovieAB.com - A tiny movie mashup! |
|
|
|
|
#9 (permalink) |
|
Version 2.0
Join Date: Jan 2004
Location: Mumbai
Posts: 977
|
hehe yes its dedicated server only
thing is anyways we are going to tell them to upgrade the kernel so they are going to charge for that so we will ask them to do this along with it...so it's kind of paisa wasool act....we will ask them to do few more things in 1 hr haha... actually i can also give it a try and update the softwares there but the only thing i am worried is..if i do anything and something goes wrong then things will be stopped....and on our company site we get around 7000+ visitors a day and in festival time approx 9000+ a day so if something goes wrong inbetween then i will be in mess... so company is ready to pay then why to worry hehe i have one more question...i will ask in new post... Deep
__________________
- Deep Ganatra - www.whoisdeep.com www.twitter.com/DeepXP/ |
|
|
|
|
#11 (permalink) |
|
Guest
Posts: n/a
|
LOL so changing banner will help you? No friend it will just make life harder! if some one run nmap they will dig out info.. oh yah do we have netcraft.com real server need not chage all this protect them at firewall, run only needed service, quality application, upgrade service (as need in your case it is done by IDC ppl) all these contribute more than banner IMPO
|
|
|
#12 (permalink) |
|
Version 2.0
Join Date: Jan 2004
Location: Mumbai
Posts: 977
|
well i know changing banners is not gonna help much but still i prefer changing banners..
and as far as Netcraft and other port scanners are concern i suppose when they query the server/port ports sends them banner so if we change the banner so it will send diff info... Deep
__________________
- Deep Ganatra - www.whoisdeep.com www.twitter.com/DeepXP/ |
|
|
|
|
#13 (permalink) |
|
In The Zone
Join Date: Mar 2004
Location: Kolkata - INDIA
Posts: 301
|
thats true.. changing a banner may prevent some scriptkiddies .. but if someone really wants to scan... ( may be using nmap..) it will check the service and the relevent ports...
__________________
www.aloke.info |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|