Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Tutorial Phishing filter_list
Author
Message
RE: Phishing #11
(05-17-2019, 02:35 AM)Nyx Wrote: Even though this is old and I don't believe OP is still active, this is still a well written tutorial. Still useful for someone trying to target a specific person and/or a large amount with email spam. Difficult to pull off because people are a lot more aware of false links in their emails these days though.

Still active, no worries. Wink Always watching.
Thanks for the positive feedback!
(This post was last modified: 05-19-2019, 11:46 PM by Slippery Slope.)
Code:
Social Engineering
Donate NSP here! Smile

Reply

RE: Phishing #12
I didn't actually read this until now, but it looks like a quality tutorial. This may come in handy one day though.

[Image: KmPTi6b.png]

[+] 1 user Likes Drako's post
Reply

RE: Phishing #13
(05-20-2019, 01:06 AM)Drako Wrote: I didn't actually read this until now, but it looks like a quality tutorial. This may come in handy one day though.

Good to hear. Hopefully you can put it to good use. Smile
Code:
Social Engineering
Donate NSP here! Smile

Reply

RE: Phishing #14
(06-11-2018, 11:02 AM)Slippery Slope Wrote:
P̴̧̬̰̮̠̜̯̜̜͌̐̌̇̓͘̕͝͝͝h̷̢̢̛͔͙͈̣͎̝̙̰̱́͆̅̐͐͂̀́̄̀͠ḯ̸͕̝̙̍͋̆͒̿̀̉͂̀͂̓̕͘s̸̻̺̠̰̪̀͒͑̈́̅̂̀͋̊̈͌̕͝h̸̛̹͇͊̎̌͐̊͆̍̎̎́̄̔ḯ̷̧̡̱̗͉͉͈̦̼̞̬̟̠̗͂̅̓̈̔͂̀͝ͅṅ̴̫͈͇̻̙̫̫͓̥̈̑g̵̢̩̗̩̬͙̔̒̓̄̿̆͛̅̀͜͝͝ T̵̛̻͚̗̺͑͗́̊͆̚͜ṷ̴̼̱͖͚̫̹̭͈͖̪̪̳͐͗̀̊͜t̸̢͙̠̬̤̣̯͍͎̜̞̀̇̀̂̾̈̈́̂͠o̵̦͈̱̗͂̃́̎̓̉̀̈́̈́̇͘͠r̵̡̠͙͙͎̰̙̟̺̞̜͚͍̥̋̄̐̏͒̾͗͋͘ȋ̵̲̯̤̰͚̝̮̟̓̆̓̐̿̑̈́̋̎á̴̢̧̢̮̬̲̻̘̦̞̻͕̯̺̊̃̑̀̓̔ĺ̸̢̧̡̧̘̞͚̙̙͓̙͙͉̅͋̾̋͆͌̈́͜



Method: Phishing
This option is much more difficult than the rest, but it is also the most common method to hack someone's account. The most popular type of phishing involves creating a fake login page. The page can be sent via email to your victim and will look exactly like the Facebook login page. If the victim logs in, the information will be sent to you instead of to Facebook. This process is difficult because you will need to create a web hosting account and a fake login page.

The easiest way to do this would be to follow a guide on how to clone a website to make an exact copy of the facebook login page. Then you'll just need to tweak the submit form to copy / store / email the login details a victim enters. If you need help with the exact steps, there are detailed instructions available on YouTube. Users are very careful now with logging into Facebook through other links, though, and email phishing filters are getting better every day, so that only adds to this already difficult process. But, it's still possible, especially if you clone the entire Facebook website.

Step 1: Download & Install HTTrack
From Kali, you need to navigate to "System Tools" and then "Add/Remove Software."
That will open a screen. Notice next to the "Find" button. Enter "httrack" there and it will find the packages you need to install HTTrack.
You can also install it by typing the following in a terminal.

Code:
kali > apt-get install httrack


Step 2: Use HTTrack
Now that you've installed HTTrack, you should start by looking at the help file for HTTrack. When you downloaded and installed HTTrack, it placed it in the /usr/bin directory, so it should be accessible from any directory in Kali as /usr/bin is in the PATH variable. Type this:

Code:
kali > httrack --help


The basic syntax is the following, where -O stands for "output." This switch tells HTTrack where to send the website to.

Code:
kali > httrack <the URL of the site> [any options] URL Filter -O <location to send copy to>


Using HTTrack is fairly simple. you need only point it at the website you want to copy and then direct the output (-O) to a directory on your hard drive where you want to store the website. One caution here, though. Some sites are HUGE. If you tried to copy Facebook to your hard drive, I can guarantee you that you don't have enough drive space, so start small.

Step 3: Test HTTrack
I've made a tutorial on hacking MySQL databases behind websites (MySQL is the most widely used database backend behind websites), I used a website that we could hack with impunity called webscantest.com. Let's try to make a copy of that site to our hard drive.

Code:
kali > httrack http://www.webscantest.com -O /tmp/webscantest


As you can see, you should of successfully made a copy of all the pages of this site on your hard drive.

Step 4: Explore the Site Copy
Now that you've captured and copied the entire site to your hard drive, take a look at it.

You can open the IceWeasel browser (or any browser) and view the contents of your copied site to the location on your hard drive. Since you copied the web site to /tmp/webscantest, you simply point your browser there and you can view all the content of the website! If you point it to /tmp/webscantest/www.webscantest.com/login.html, you can see that you'll have an exact copy of the login page!
Hmmm... What could you possibly use that for???

Step 5: Copy Your Favorite Web Site
Now, try HTTrack on your favorite website, sinister.ly. Try to make a copy of a forum post I wrote earlier about the Free Uber rides. First, let's open that page right here and copy the address into Kali after the HTTrack command and then the location where you want send the copy to.

Code:
kali> httrack  https://sinister.ly/Thread-Free-Uber-Rides-Introduction-to-Forums -O /tmp/freeuber


You can send the copied website to any location, but I sent mine to /tmp/freeuber. When you do so, HTTrack will go into Sinister, grab that webpage, and store an exact copy of it on your hard drive. Notice it also tells us how many bytes.

You should be able to see, you were able to copy my Sinister post on Free Uber Rides to your Kali  drive and open an exact copy of it with your browser.

If you are trying to find information about a particular company for social engineering or trying to spoof a website or login, HTTrack is an excellent tool for both tasks. I'm sure many of you have pondered with the idea of creating a clone of your favorite website and stealing logins... Or maybe you haven't!  Cool

Good tutorial

Reply

RE: Phishing #15
(06-11-2018, 11:02 AM)Slippery Slope Wrote:
P̴̧̬̰̮̠̜̯̜̜͌̐̌̇̓͘̕͝͝͝h̷̢̢̛͔͙͈̣͎̝̙̰̱́͆̅̐͐͂̀́̄̀͠ḯ̸͕̝̙̍͋̆͒̿̀̉͂̀͂̓̕͘s̸̻̺̠̰̪̀͒͑̈́̅̂̀͋̊̈͌̕͝h̸̛̹͇͊̎̌͐̊͆̍̎̎́̄̔ḯ̷̧̡̱̗͉͉͈̦̼̞̬̟̠̗͂̅̓̈̔͂̀͝ͅṅ̴̫͈͇̻̙̫̫͓̥̈̑g̵̢̩̗̩̬͙̔̒̓̄̿̆͛̅̀͜͝͝ T̵̛̻͚̗̺͑͗́̊͆̚͜ṷ̴̼̱͖͚̫̹̭͈͖̪̪̳͐͗̀̊͜t̸̢͙̠̬̤̣̯͍͎̜̞̀̇̀̂̾̈̈́̂͠o̵̦͈̱̗͂̃́̎̓̉̀̈́̈́̇͘͠r̵̡̠͙͙͎̰̙̟̺̞̜͚͍̥̋̄̐̏͒̾͗͋͘ȋ̵̲̯̤̰͚̝̮̟̓̆̓̐̿̑̈́̋̎á̴̢̧̢̮̬̲̻̘̦̞̻͕̯̺̊̃̑̀̓̔ĺ̸̢̧̡̧̘̞͚̙̙͓̙͙͉̅͋̾̋͆͌̈́͜



Method: Phishing
This option is much more difficult than the rest, but it is also the most common method to hack someone's account. The most popular type of phishing involves creating a fake login page. The page can be sent via email to your victim and will look exactly like the Facebook login page. If the victim logs in, the information will be sent to you instead of to Facebook. This process is difficult because you will need to create a web hosting account and a fake login page.

The easiest way to do this would be to follow a guide on how to clone a website to make an exact copy of the facebook login page. Then you'll just need to tweak the submit form to copy / store / email the login details a victim enters. If you need help with the exact steps, there are detailed instructions available on YouTube. Users are very careful now with logging into Facebook through other links, though, and email phishing filters are getting better every day, so that only adds to this already difficult process. But, it's still possible, especially if you clone the entire Facebook website.

Step 1: Download & Install HTTrack
From Kali, you need to navigate to "System Tools" and then "Add/Remove Software."
That will open a screen. Notice next to the "Find" button. Enter "httrack" there and it will find the packages you need to install HTTrack.
You can also install it by typing the following in a terminal.

Code:
kali > apt-get install httrack


Step 2: Use HTTrack
Now that you've installed HTTrack, you should start by looking at the help file for HTTrack. When you downloaded and installed HTTrack, it placed it in the /usr/bin directory, so it should be accessible from any directory in Kali as /usr/bin is in the PATH variable. Type this:

Code:
kali > httrack --help


The basic syntax is the following, where -O stands for "output." This switch tells HTTrack where to send the website to.

Code:
kali > httrack <the URL of the site> [any options] URL Filter -O <location to send copy to>


Using HTTrack is fairly simple. you need only point it at the website you want to copy and then direct the output (-O) to a directory on your hard drive where you want to store the website. One caution here, though. Some sites are HUGE. If you tried to copy Facebook to your hard drive, I can guarantee you that you don't have enough drive space, so start small.

Step 3: Test HTTrack
I've made a tutorial on hacking MySQL databases behind websites (MySQL is the most widely used database backend behind websites), I used a website that we could hack with impunity called webscantest.com. Let's try to make a copy of that site to our hard drive.

Code:
kali > httrack http://www.webscantest.com -O /tmp/webscantest


As you can see, you should of successfully made a copy of all the pages of this site on your hard drive.

Step 4: Explore the Site Copy
Now that you've captured and copied the entire site to your hard drive, take a look at it.

You can open the IceWeasel browser (or any browser) and view the contents of your copied site to the location on your hard drive. Since you copied the web site to /tmp/webscantest, you simply point your browser there and you can view all the content of the website! If you point it to /tmp/webscantest/www.webscantest.com/login.html, you can see that you'll have an exact copy of the login page!
Hmmm... What could you possibly use that for???

Step 5: Copy Your Favorite Web Site
Now, try HTTrack on your favorite website, sinister.ly. Try to make a copy of a forum post I wrote earlier about the Free Uber rides. First, let's open that page right here and copy the address into Kali after the HTTrack command and then the location where you want send the copy to.

Code:
kali> httrack  https://sinister.ly/Thread-Free-Uber-Rides-Introduction-to-Forums -O /tmp/freeuber


You can send the copied website to any location, but I sent mine to /tmp/freeuber. When you do so, HTTrack will go into Sinister, grab that webpage, and store an exact copy of it on your hard drive. Notice it also tells us how many bytes.

You should be able to see, you were able to copy my Sinister post on Free Uber Rides to your Kali  drive and open an exact copy of it with your browser.

If you are trying to find information about a particular company for social engineering or trying to spoof a website or login, HTTrack is an excellent tool for both tasks. I'm sure many of you have pondered with the idea of creating a clone of your favorite website and stealing logins... Or maybe you haven't!  Cool

great information on this tutorial. Smile
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#

Reply

RE: Phishing #16
old guide from 2014 originally posted on null-byte, 100% plagiarized here.

google null-byte httrack this post is copied verbatim.

Reply

RE: Phishing #17
Great tool! I did the tutorial and mirrored the website.

Reply







Users browsing this thread: 1 Guest(s)