Filerserver for all E+ players

47 replies [Last post]
CZE|BEAZT
beazt's picture
Offline
Joined: Apr 2006
Posts:
CZ Czech Republic
Filerserver for all E+ players

Good idea QcKie:-) I will try it:-)

Gigabyte B450 Aorus Elite | AMD Ryzen 7 5800x (water cooled) | 32GB DDR4 3200MHz | Gigabyte Radeon Rx 6800XT | Creative Audigy RX | 500GB SSD (macOS 13) + 1TB SSD (W11P) + 3TB HDD | Apple Magic Keyboard + Logitech G603

DominiQue
czokapik's picture
Offline
Joined: Jan 2007
Posts:
Filerserver for all E+ players

No offense... that server sucks Big grin Really! Why? It isn't secured enough. If you give login and password for it, you should disable SSH access. Why?

BECAUSE I CAN:

- login onto server via ssh
- change password for current user
- execute a program which can be malicious
- do something nasty and leave that server's IP address somewhere else ^^

Here you go, this is a copy of /etc/passwd, the file which users' logins are stored in:

quickie:x:686:686:eplus.zftp.com:/home/quickie:/bin/bash
root:x:0:0:root:/root:/dev/null
smmsp:x:51:51::/var/empty/smmsp:/dev/null
sshd:x:74:74::/var/empty/sshd:/dev/null
apache:x:48:48::/var/www:/dev/null
mail:x:686:686:mail:/var/spool/mail:/dev/null
ensimrootmail:x:8:686:ensimrootmail:/var/spool/mail:/dev/null
tomcat4:x:101:102::/home/tomcat4:/dev/null
mysql:x:27:27::/var/lib/mysql:/dev/null
ftp:x:686:686:ftp:/home/ftp:/bin/bash
majordomo:x:686:686:Majordomo List Manager:/usr/lib/majordomo:/dev/null
quake:x:22262:686:Excessive:/home/quake:/bin/bash

Do you want to see something else? Here you go, httpd log file - we can see which files were accessed by which IP and detailed hour:

http://eplus.zftp.com/~quake/access_log.txt

Of course i can do more harm, for example add command deleting all files from home directory to crontab. What does it mean? That all files users uploaded would be deleted automatically, let's say, once a week. Who would guess what's wrong, huh?

So, what admin should do? Not very much. Remove user 'quake' from SSH group (or sth like that, depends on distribution used), and chmod -R 600 /home/quake (files from public_html won't be readable by httpd then, but - safety first, right?)

And, for the end...

http://eplus.zftp.com/~quake/

PEACE !

Nag!Out
Offline
Joined: Apr 2006
Posts:
Filerserver for all E+ players

HAHA but DominiQue is good dude & everything gona be alright:)Happy

I have every day his technical spiel Big grin

Histroy :
PLUS = FOX Clan >> GSE Clan >> BBS Clan >> KTM Clan >> BURN* Clan >> BBSquad Clan >> MR Clan >> VENDETTA Clan >>
OUT of gaming Happy
RAIL = DUNNO Clan >> OF Clan >> PW Clan
>> OUT of gaming Happy

tito 'el bandito
Cold's picture
Offline
Joined: Mar 2006
Posts:
Filerserver for all E+ players

[code:1]
login as: quake#eplus.zftp.com
quake#eplus.zftp.com@eplus.zftp.com's password:
Last login: Fri Jan 12 15:06:19 2007 from aoy37.neoplus.adsl.tpnet.pl
-bash-2.05b$[/code:1]


neoplus! hehe,
rly if some1 use same pass to ftp and ssh, that was isnt hard, i can do that same

Cheers.

DominiQue
czokapik's picture
Offline
Joined: Jan 2007
Posts:
Filerserver for all E+ players

Sure, everyone can do. But I was first, bad luck.
You have to know that I last logged in at about 22.00...

Quickie
Offline
Joined: May 2005
Posts:
didnt think about it

didnt think about it
got the ftp server because i wanted to be kind to the
eplus users

yepp yepp
but changed back password to: eplus again

and disabled ssh

CZE|BEAZT
beazt's picture
Offline
Joined: Apr 2006
Posts:
CZ Czech Republic
Filerserver for all E+ players

dont running Thinking:

Gigabyte B450 Aorus Elite | AMD Ryzen 7 5800x (water cooled) | 32GB DDR4 3200MHz | Gigabyte Radeon Rx 6800XT | Creative Audigy RX | 500GB SSD (macOS 13) + 1TB SSD (W11P) + 3TB HDD | Apple Magic Keyboard + Logitech G603