Saturday, 2 June 2018

MIUI 10 Global Features And in India Release Date And Eligible Phones List

Hello Guys welcome In my blog and today I share with you MIUI 10 GLOBAL FEATURES AND IN INDIA RELEASE DATE AND IT'S ELIGIBLE PHONES so plz Turn on Notification of my blog by clicking on allow button.

As you know Xaiomi Launched It's Latest Flagship Smartphone MI8 on May 31 with Latest Snapdragon 845 Chipset And in China Xaiomi Launched MIUI 10 For it's Eligible Phones on May 31 And Xaiomi Planning To Launch MIUI 10 Globally On 7th June for its Global Beta Testers. (If you not know about beta tester comment me)



And Here Is the List Of Eligible Phones And Download link.
  1. Redmi note 5 pro . China  Global     
  2. Redmi note 5
  3. Redmi note 4
  4. Redmi 4
  5. Redmi 3s prime
  6. Redmi 3s
  7. Redmi 4a
  8. Redmi 5a
  9. Redmi y1
  10. Redmi y1 lite
  11. Mi Max
  12. Mi Max 2
  13. Mi Mix
  14. Mi Mix 2.                 China Global
  15. Mi 6.                         China  Global
  16. MI 5                          China  Global

MIUI 10 FEATURES.
  1. Machine Learning
  2. AI Portrait
  3. Cool New User Interface
  4. And much more.

Metasploit Framework - The best Pentest Framework in the world

About Metasploit Framework

   Metasploit is a penetration testing platform that enables you to find, exploit, and validate vulnerabilities. It provides the infrastructure, content, and tools to perform penetration tests and extensive security auditing and thanks to the open source community and Rapid7’s own hard working content team, new modules are added on a regular basis, which means that the latest exploit is available to you as soon as it’s published.

   Author: Rapid7
   License: BSD-3-clause

Install on Linux
 * Debian: sudo apt install metasploit-framework
 * Fedora: sudo yum install metasploit-framework

Install on Windows
   Notes: Run with Administrator, Disable Firewalls and Antivirus

   Download Metasploit for Windows here

Tools included in the metasploit-framework package
   msfconsole – The primary interface of the Metasploit Framework

   msfd – Provides an instance of msfconsole that remote clients can connect to
root@kali:~# msfd -h

Usage: msfd <options>

OPTIONS:

    -A <opt>  Specify list of hosts allowed to connect
    -D <opt>  Specify list of hosts not allowed to connect
    -a <opt>  Bind to this IP address instead of loopback
    -f        Run the daemon in the foreground
    -h        Help banner
    -p <opt>  Bind to this port instead of 55554
    -q        Do not print the banner on startup
    -s        Use SSL


   msfdb – Manages the Metasploit Framework database
root@kali:~# msfdb

Manage a metasploit framework database

  msfdb init    # initialize the database
  msfdb reinit  # delete and reinitialize the database
  msfdb delete  # delete database and stop using it
  msfdb start   # start the database
  msfdb stop    # stop the database


   msfrpc – Connects to an RPC instance of Metasploit
root@kali:~# msfrpc -h

Usage: msfrpc <options>

OPTIONS:

    -P <opt>  Specify the password to access msfrpcd
    -S        Disable SSL on the RPC socket
    -U <opt>  Specify the username to access msfrpcd
    -a <opt>  Connect to this IP address
    -h        Help banner
    -p <opt>  Connect to the specified port instead of 55553


   msfrpcd – Provides an RPC interface to Metasploit
root@kali:~# msfrpcd -h

Usage: msfrpcd <options>

OPTIONS:

    -P <opt>  Specify the password to access msfrpcd
    -S        Disable SSL on the RPC socket
    -U <opt>  Specify the username to access msfrpcd
    -a <opt>  Bind to this IP address
    -f        Run the daemon in the foreground
    -h        Help banner
    -n        Disable database
    -p <opt>  Bind to this port instead of 55553
    -t <opt>  Token Timeout (default 300 seconds
    -u <opt>  URI for Web server


   msfvenom – Standalone Metasploit payload generator


Metasploit Framework Usage Examples https://asciinema.org/a/118945

   One of the best sources of information on using the Metasploit Framework is Metasploit Unleashed, a free online course created by Offensive Security. Metasploit Unleashed guides you from the absolute basics of Metasploit all the way through to advanced topics.

Read more: Metasploit Pro User Guide

Ghost Phisher - Pentest and phishing attacks in network

Screenshots

About Ghost Phisher
   Ghost Phisher is a Wireless and Ethernet security auditing and attack software program written using the Python Programming Language and the Python Qt GUI library, the program is able to emulate access points and deploy various internal networking servers for networking, penetration testing and phishing attacks.

   Operating System Supported The Software runs on any Linux machine with the programs prerequisites, But the program has been tested on the following Linux based operating systems:
    * Ubuntu KDE/GNOME
    * BackTrack Linux (now is Kali Linux)
    * BackBox Linux

Request
   The following dependencies can be installed using the Debian package installer command on Debian based systems using sudo apt-get install program or otherwise downloaded and installed manually:
    * Aircrack-NG
    * Python-Scapy
    * Python Qt4
    * Python
    * Subversion
    * Xterm
    * Metasploit Framework

Features:
 * HTTP Server
 * Inbuilt RFC 1035 DNS Server
 * Inbuilt RFC 2131 DHCP Server
 * Webpage Hosting and Credential Logger (Phishing)
 * Wifi Access point Emulator
 * Session Hijacking (Passive and Ethernet Modes)
 * ARP Cache Poisoning (MITM and DOS Attacks)
 * Penetration using Metasploit Bindings
 * Automatic credential logging using SQlite Database
 * Update Support

Installation
   git clone https://github.com/savio-code/ghost-phisher (Download Ghost Phisher)
   cd ghost-phisher/Ghost-Phisher
   sudo python ghost.py (Run Ghost Phisher)

Update: cd ghost-phisher && git pull


Friday, 1 June 2018

HackTheWorld - Generating Payloads to Bypass All Antivirus


HackTheWorld: An Python Script For Generating Payloads that Bypasses All Antivirus so far

Request
 * Metasploit Framework
 * Wine
 * Mingw-w64 (Mingw-w32)

Install and Run
   sudo apt-get install mingw-w64 (Install Mingw-w64)
   sudo apt-get install wine (Install Wine)
   sudo apt-get install metasploit-framework (Install Metasploit)
   git clone https://github.com/stormshadow07/HackTheWorld
   cd HackTheWorld
   chmod +x install.sh && sudo ./install.sh
   sudo python HackTheWorld.py

Screenshots


trolo - An easy way to bypass Antivirus

Author: Written by b3rito at mes3hacklab

Requirements: Metasploit Framework (PowerSploit)


Install and run

   sudo apt-get install metasploit-framework
   git clone https://github.com/b3rito/trolo
   cd trolo
   chmod +x trolo.sh
   sudo bash trolo.sh (Run trolo)

Screenshots