LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 10-01-2003, 01:55 AM   #1
ysbrand_galama
LQ Newbie
 
Registered: Oct 2003
Location: Almere, Netherlands
Posts: 5

Rep: Reputation: 0
"hi there!!!" at login prompt???


For a couple of days now, sometimes when I want to login on my Mandrake 9.1 server, it has a message for me: next to the login prompt, where i should type my username, it says "hi there!!!".

Note that security, when installing Mandrake, was set to average. In fromt of the Mandrake server is a Multitech router/VPN/firewall box.

I searched all the forums and I checked google, but I see no reference to the "hi there!!!" message behind the login prompt. Anyone that knows what is going on?

Ysbrand Galama, Netherlands.
 
Old 10-01-2003, 07:28 AM   #2
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
If the 'hi there' appears before you enter your username and password, then check out the file(s) /etc/issue and /etc/issue.net

If it appears after you've actually logged in, then you want to look at /etc/bashrc, /etc/bash_profile, /home/yourname/.bashrc or /home/yourname/.bash_profile

Hope this helps.
 
Old 10-01-2003, 11:37 AM   #3
ysbrand_galama
LQ Newbie
 
Registered: Oct 2003
Location: Almere, Netherlands
Posts: 5

Original Poster
Rep: Reputation: 0
No that's not it. /etc/issue and issue.net and all the .bashrc files are not at fault here. Let me clarify a bit in detail what I see. The login-screen is completely black, as usual, no X running. The top left says something like "Mandrake version bla bla etcetera", and then the next line says "login: ".

All very normal so far. Now, next to the login-prompt, where I should enter my username, it says "hi there!!!", and the cursor is behind the last exclamation mark. So I use the backspace to erase "hi there!!!", then I enter my username, password and everything works fine.

But who the hell typed "hi there!!!" in the first place? It was not me, not my wife, not my kids (they speak Dutch, not English).

Ysbrand Galama.
 
Old 10-05-2003, 09:49 AM   #4
jayjwa
Member
 
Registered: Jul 2003
Location: NY
Distribution: Slackware, Termux
Posts: 799

Rep: Reputation: 256Reputation: 256Reputation: 256
Ummm.. Password prompt field of the /etc/login.defs file? That'll do it on my system, if I should ever desire that....



-Jay
 
Old 10-05-2003, 10:46 AM   #5
ivanatora
Member
 
Registered: Sep 2003
Location: Bulgaria
Distribution: Ubuntu 9.10, FreeBSD 7.2
Posts: 459

Rep: Reputation: 32
See /etc/motd
See also the system init scripts.. there was a line that resets /etc/motd
 
Old 10-05-2003, 01:16 PM   #6
ysbrand_galama
LQ Newbie
 
Registered: Oct 2003
Location: Almere, Netherlands
Posts: 5

Original Poster
Rep: Reputation: 0
Nope, I have no /etc/motd and /etc/issue and /etc/login.defs are just the Mandrake defaults, nothing suspicious here. Init scripts look very normal, and system hardly ever reboots. Aargh!!!
 
Old 10-06-2003, 01:36 AM   #7
jayjwa
Member
 
Registered: Jul 2003
Location: NY
Distribution: Slackware, Termux
Posts: 799

Rep: Reputation: 256Reputation: 256Reputation: 256
If you can't beat them, join them....

Every time it says "Hi There!" you say back "Hey, what's up!"
 
Old 10-07-2003, 06:29 AM   #8
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Maybe try something like
find / -type f | xargs -ix strings -n 4 'x' | grep -ie "hi there"
If nothing shows up, boot a recue cdr/fd and try the same from there.

Last edited by unSpawn; 10-07-2003 at 06:30 AM.
 
Old 10-09-2003, 03:10 PM   #9
ysbrand_galama
LQ Newbie
 
Registered: Oct 2003
Location: Almere, Netherlands
Posts: 5

Original Poster
Rep: Reputation: 0
Tries the xargs-trick, but it replies:

xargs: unmatched single quote

I am unfamiliar with xargs so I am unsure whether I hit something or not. But you know what, let's just give up. I will wipe the machine, reinstall Mandrake, and also I'll kick out this Multitech-box and put my old firewall back in place with IpCop. Never had a problem with IpCop.

Thanks all for your interest and support, especially jayjwa who suggest to reply with "hey, what's up". I'll say "Hey what's up" and then rm -R *
 
Old 10-10-2003, 12:20 PM   #10
/bin/bash
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Mandrake Slackware-current QNX4.25
Posts: 1,802

Rep: Reputation: 47
Try /bin/login and see if you get a normal login or the hi there login. If you get the weird login you need to reinstall the login package util-linux-2.11x-3mdk

Have you looked in /etc/inittab where the getty's are setup?

They should look something like this:
# Run gettys in standard runlevels
1:2345:respawn:/sbin/mingetty tty1
2:2345:respawn:/sbin/mingetty tty2
3:2345:respawn:/sbin/mingetty tty3
4:2345:respawn:/sbin/mingetty tty4
5:2345:respawn:/sbin/mingetty tty5
6:2345:respawn:/sbin/mingetty tty6
 
Old 10-14-2003, 10:11 AM   #11
antik
LQ Newbie
 
Registered: Aug 2003
Location: Springfield, VA or Blacksburg, VA (depending on time of year)
Distribution: Gentoo Stage 1
Posts: 11

Rep: Reputation: 0
certain broadcast messages will appear where you're describing...

but "hi there!!!" isn't exactly a program output. Perhaps you've got an unauthorized user hanging out and doing fun things to your box?

Try chkrootkit maybe?
 
Old 10-14-2003, 02:19 PM   #12
ysbrand_galama
LQ Newbie
 
Registered: Oct 2003
Location: Almere, Netherlands
Posts: 5

Original Poster
Rep: Reputation: 0
There are no other users, or maybe I should say, there should be no other users. I have a VPN to my company network, could be that some colleague is trying to make some fun, on the other hand these are all Windows-guys, they really don't know what to do unless they can click it. Anyway, I zapped my Mandrake and did a full reinstall, and let's see what happens next. Thanks everybody for the help.

Ysbrand Galama.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
squirrelmail "error in login page"" when content advisor is enabled simi_virgo Linux - Networking 4 08-21-2008 01:25 PM
No UTMPX entry, You must EXEC "login" for the lowest "shell" ooihc Solaris / OpenSolaris 7 03-12-2007 02:09 PM
how do I get around the "submit passwd" prompt in ubuntu even if I use "sudo"? t3gah Linux - Distributions 1 02-22-2005 04:42 PM
Howto disable "Graphical Login" or "Standard Login?" the_gripmaster Red Hat 1 07-08-2004 02:55 PM
Text login prompt "resolution out of bounds" stuartg Linux - Software 0 05-12-2004 10:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 03:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration