/Magnifier

Magnifier is a simple python script to Information Gathering

Primary LanguagePythonMIT LicenseMIT

Magnifier


GitPoint

A python tool for information gathering information 💁‍♀️

Table of Contents

Introduction

Welcome

Magnifier is used as an information gathering tools. Magnifier is used to scan websites for information gathering and finding vulnerabilities in websites and webapps. Magnifier is one of the easiest and useful tool for performing reconnaissance on websites and web apps. The Magnifier tool is also available for Linux, window, and android phones (termux) that are coded in both bash and python languages. Magnifier interface is very similar to Metasploit 1 and Metasploit. Magnifier provides a command-line interface that you can run on Kali Linux. This tool can be used to get information about our target(domain). We can target any domain using Magnifier. The interactive console provides a number of helpful features, such as command completion and contextual help. This tool is written in python language.You must have Python installed in your Kali Linux to use this tool. Magnifier can detect WordPress, Drupal, Joomla, and Magento CMS, WordPress sensitive files, and WordPress version-related vulnerabilities. Magnifier uses different modules for doing all the scanning. The whois data collection gives us information about Geoip lookup, Banner grabbing, DNS lookup, port scanning, sub-domain information, reverse IP, and MX records lookup. Overall Magnifier is a vulnerability Scanner. Magnifier has the following modules DNS Lookup, WHOIS lookup, GEO-Lookup, Subnet lookup, port scanner, Links extractor, etc. Magnifier can detect closed and open ports of networks.Magnifier also called a complete package of Information gathering tools.

Features

  1. DNS Lookup
  2. Whois Lookup
  3. GeoIP Lookup
  4. Subnet Lookup
  5. Port Scanner
  6. Extract Links
  7. Zone Transfer
  8. HTTP Header
  9. Host Finder
  10. Robots.txt
  11. IP-Locator
  12. Traceroute Host DNS Finder
  13. Revrse IP Lookup
  14. Collection Email
  15. Subdomain Finder

Installation

For installation kindly follow the given instructions 👇

apt update 
apt upgrade
apt install git
apt install python2
git clone https://github.com/TheEyeOfCyber/Magnifier

How to execute???

cd Magnifier 
python2 magnifier.py

Dependencies

  • LINUX
  • PYTHON
  • LIBRARY WE USE (urllib2, platform)

Urllib2 : urllib2 is a Python module that can be used for fetching URLs. It defines functions and classes to help with URL actions (basic and digest. authentication, redirections, cookies, etc)
Platform: used to access the underlying platform's data, such as, hardware, operating system, and interpreter version information.

  • STATEMENT WE USE (if else)

Feedback

Feel free to send us feedback on Twitter or Facebook. Feature requests are always welcome. If you wish to contribute, please take a quick look at the guidelines!

YOUTUBE : https://www.youtube.com/channel/UCEkclbUf3LMNkVOJ9_ln-mA
FACEBOOK PAGE : https://www.facebook.com/theeyeofcyber1 Tested On : Windows / Linux / Android Phone (Termux No root)