Wednesday 24 April 2013

spoof facebook message and enjoy the drama

Hi To All The Mindbenders,


Note:- I'm Not Responsible Whatever You Learn From My Tutorials

So Here Go

AIm:- To Message a facebook user as a other facebook user

note:- we didn't have access to any of these account but we want to start a conversation as userB with UserA

Requirements:-

1. Themindbenders.php file

2. Hosting Account on any php supported hosting site eg:- 000webhost.com or awhost.ca(recommended).

3. And yes email address of our both victims means UserA & User B


-:Steps:-

step1.

Download Themindbenders.php

Step2.

Upload it to your free hosting site

and that's it

in my case i setup my script here

http://mahto.webege.com/Themindbenders.php


Step3. fill the boxes with following infos

Spoofed Email:  userB@gmail.com
Targets Email:  userA@facebook.com
Reply Email:     you@anymail.com
Message Title:  anything
Message body:  your main content goes here means your message to userA

i think you got my points then send it.
now userA@facebook.com recieves emails from userB@gmail.com message

and the entire coneversation is controlled by you@anymail.com

Thanx for reading...

if you want to get support from me pm me

https://www.facebook.com/devendermahto

@devendermahto
ok guys bye...

Friday 19 April 2013

Installing Custom Rom in Sony Ericsson Xperia X8 E15i


Hi To All The Mindbenders,
After Posting Tutorial For Rooting Android Devices Like Xperia X8 E15i, Readers Want a Tutorial For Installing Custom Roms Like Ginger Xperia And Other Os,
Aim:- We Want to Upgrade Our Android Device to A Stable Version Like Gingerbread.
Requirements:- 
1. Root Explorer
2. Chargemon
3. Xrecovery.tar
4. Busybox
5. Custom Rom i am using X8Droid_v6.0.4 (place this in the memory card without extracting it)

Download All Files and Put In A Single Folder of your SDcard You Can name it Xrecovery
Note:- i Suggest You To Use A Blank Sdcard, Because After This Process End Your Sdcard might be unreadable/unmountable for your new Rom, So don't use your Sdcard Card it will Hurt you If you lose your Data, so use Some other sdcard.

Steps
Step 1.

Download All Files and Put In A Single Folder of your SDcard You Can name it Xrecovery
Note:- i Suggest You To Use A Blank Sdcard, Because After This Process End Your Sdcard might be unreadable/unmountable for your new Rom, So don't use your Sdcard Card it will Hurt you If you lose your Data, so use Some other sdcard.

Step 2.
Install Root Explorer

Step 3.
Open Root Explorer and Move To sdcard/xrecovery
note:- As we created xrecovery in step 1 and we have required files in it, in your case you can navigate to a location where you have downloaded all files

Step 4.
Copy following 3 files receptively
1. chargemon

2. busybox
3. xrecovery.tar 
Note:- to copy long press on the item you want to copy and choose copy then double move back from sdcard/xrecovery 
path and paste Into following path one by oneSystem/bin

Note:- remember to copy all three files and when you try to paste in system/bin make sure that root explorer is in r/o mode, you can find this option on the top right corner.


Step 5.
Restart Your Android device and Keep Pressing Back button(key on bottom right)

step 6.

it will bring you into the Xrecovery Program now to Install Your custom rom Choose option ""  

Step 7.

Building Webservers In Backtrack | The Mindbenders

Hi To All The Mindbenders,

Aim:- To Build A Server in Backtrack

Open Up Your terminal and use below commands(text in red)


root@bt:~# mkdir /var/www/themindbenders.tk

root@bt:~# chmod -R 775 /var/www/themindbenders.tk

root@bt:~# chown -R www-data:www-data /var/www/themindbenders.tk/

root@bt:~# service apache2 start2
 * Usage: /etc/init.d/apache2 {start|stop|restart|reload|force-reload|start-htcacheclean|stop-htcacheclean|status}

root@bt:~# service apache2 start2 start
 * Usage: /etc/init.d/apache2 {start|stop|restart|reload|force-reload|start-htcacheclean|stop-htcacheclean|status}

root@bt:~# service apache2 start
 * Starting web server apache2                                           [ OK ] 
root@bt:~# cowsay "now put some files in your website"
 ____________________________________
< now put some files in your website >
 ------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

root@bt:~# cp '/var/www/index.php' /var/www/themindbenders.tk/

root@bt:~# cp '/var/www/image.png' /var/www/themindbenders.tk/ 

root@bt:~# ifconfig

now after knowing your ip address give it your friends on the network
eg:- http://192.168.1.3/themindbenders.tk

===(Next Is What...?)===