Categories
Uncategorized

Bypass Or Steal Login OTP Using Phishing Attack

Hello and welcome back friends we are come back with another excited tutorial in which we are going to show you how login OTP (One Time Password) can be steal or bypass using Phishing attack. So if you are interested then let’s get started.

Requirements:-

  • Terminal
  • Internet Connection
  • Root

So if you have that requirements then just follow the steps given below.

Installation Linux:-

$ git clone https://github.com/Ignitetch/AdvPhishing.git
$ cd AdvPhishing
$ chmod 777 setup.sh
$ sudo ./setup.sh

Usage:-

$ sudo ./AdvPhishing.sh
Now select your options and proceed.

Installation Termux:-

$ apt update && upgrade
$ pkg install openssh
$ pkg install wget
$ git clone https://github.com/Ignitetch/AdvPhishing.git
$ cd AdvPhishing
$ chmod +x setup.sh
$ bash setup.sh

Usage:-

$ bash An-AdvPhishing.sh 
Now turn on your Hotspot and select your options and proceed.
Make sure on when your victim enter the login ID and Password you instantly need to login with that ID and Password so victim get OTP and enter it in your phishing page. Once you get victim OTP the game comes in your hand login with that details.
Note:- This information is for educational purpose only we don’t promote any illegal activity if you going to use this method then use on own risk.
I hope this information is helpful for you and if you found something interesting on our website then feel free to follow us on other social media platforms and if you steel have any question or suggestion then feel free to comment below.

Categories
Hacking Tools Penetration Testing Web Penetration Testing

5 Ways to Crawl a Website

5 Ways to Crawl a Website

From Wikipedia

A Web crawler, sometimes called a spider, is an Internet bot that systematically browses the World Wide Web, typically for the purpose of Web indexing.

A Web crawler starts with a list of URLs to visit, called the seeds. As the crawler visits these URLs, it identifies all the hyperlinks in the page and adds them to the list of URLs to visit.  If the crawler is performing archiving of websites it copies and saves the information as it goes. The archive is known as the repository and is designed to store and manage the collection of web pages. A repository is similar to any other system that stores data, like a modern-day database.

Let’s Begin!!

Metasploit

This auxiliary module is a modular web crawler, to be used in conjunction with wmap (someday) or standalone.

123use auxiliary/crawler/msfcrawlermsf auxiliary(msfcrawler) > set rhosts http://www.example.commsf auxiliary(msfcrawler) > exploit

From, the screenshot you can see it has loaded crawler in order to exact hidden file from any website, for example, about.php, jquery contact form, html and etc which is not possible to exact manually from the website using the browser. For information gathering of any website, we can use it.

Httrack

HTTrack is a free and open source Web crawler and offline browser, developed by Xavier Roche

It allows you to download a World Wide Web site from the Internet to a local directory, building recursively all directories, getting HTML, images, and other files from the server to your computer. HTTrack arranges the original site’s relative link-structure. 

Type following command inside the terminal

1httrack http://tptl.in –O /root/Desktop/file

It will save the output inside given directory /root/Desktop/file

From given screenshot you can observe this, it has dumb the website information inside it which consist html file as well as JavaScript and jquery.

Black Widow

This Web spider utility detects and displays detailed information for a user-selected Web page, and it offers other Web page tools.

BlackWidow’s clean, logically tabbed interface is simple enough for intermediate users to follow but offers just enough under the hood to satisfy advanced users. Simply enter your URL of choice and press Go. BlackWidow uses multi-threading to quickly download all files and test the links. The operation takes only a few minutes for small Web sites.

You can download it from here.

Enter your URL http://tptl.in in Address field and press Go.

Click on start button given on the left side to begin URL scanning and select a folder to save the output file.

From the screenshot, you can observe that I had browse C:\Users\RAJ\Desktop\tptl in order to store output file inside it.

When you will open target folder tptl you will get entire data of website either image or content, html file, php file, and JavaScript all are saved in it.

Website Ripper Copier

Website Ripper Copier (WRC) is an all-purpose, high-speed website downloader software to save website data. WRC can download website files to a local drive for offline browsing, extract website files of a certain size and type, like the image, video, picture, movie, and music, retrieve a large number of files as a download manager with resumption support, and mirror sites. WRC is also a site link validator, explorer, and tabbed antipop-up Web / offline browser.

Website Ripper Copier is the only website downloader tool that can resume broken downloads from HTTP, HTTPS and FTP connections, access password-protected sites, support Web cookies, analyze scripts, update retrieved sites or files, and launch more than fifty retrieval threads

You can download it from here.

 Choose “websites for offline browsing” option.

Enter the website URL as http://tptl.in and click on next.

Mention directory path to save the output result and click run now.

When you will open selected folder tp you will get fetched CSS,php,html and js file inside it.

Burp Suite Spider

Burp Spider is a tool for automatically crawling web applications. While it is generally preferable to map applications manually, you can use Burp Spider to partially automate this process for very large applications, or when you are short of time.

For more detail read our previous articles from here.

From given screenshot you can observe that I had fetched the http request of http://tptl.in; now send to spider with help of action tab.

The targeted website has been added inside the site map under the target tab as a new scope for web crawling.  From the screenshot, you can see it started web crawling of the target website where it has collected the website information in the form of php, html, and js.

<p class="has-drop-cap" value="<amp-fit-text layout="fixed-height" min-font-size="6" max-font-size="72" height="80">Author: <strong>SURAJVIRUS</strong>Author: SURAJVIRUS

Design a site like this with WordPress.com
Get started