Create User Sudo Linux

In this time i will share how to create user sudo in linux

1. login in your server as root

2. type “[root@athena ~]# adduser tegar” include your password

3. then edit file “[root@athena ~]# nano /etc/sudoers”

edit like this

## Allow root to run any commands anywhere
root    ALL=(ALL)       ALL
tegar   ALL=(ALL)       ALL

save your setting

4. type “[root@athena ~]# gpasswd -a tegar root” for adding user “tegar” to “root” group

success .. & try to login your machine using your login.

 

thx, 4 Reading :D

 

Posted in Linux & OpenSource | Leave a comment

Vuln Hits .Co .ID

in this post post i will show you bug from site http://www.hits.co.id/ . this site have vulnerable SQLI i don`t show you where is it exploit it using your own capability but i will give you the clue is “news_detail.php?id=” bla-bla after you got the username and password login into web administration page http://www.hits.co.id/HITS2007/admin/ here is my defaced page hits

enjoy it & n0thing s3cure

Posted in Security Online | Leave a comment