Git Product home page Git Product logo

machine1337 / mafiahacks Goto Github PK

View Code? Open in Web Editor NEW
45.0 2.0 15.0 265 KB

The purpose of this tool is to automate the payload Creation Process. U can Create Payloads For All Types of OS in Seconds.

Home Page: https://t.me/machine1337

License: Apache License 2.0

Shell 100.00%
hacking metasploit-framework msfconsole machine1337 linux payloads windows-payloads android-payloads linux-payloads iospayloads

mafiahacks's Introduction

mafiahacks

Contact:-

Telegram:- https://t.me/machine1337

Installation:

 1. git clone https://github.com/machine1337/mafiahacks.git
 2. chmod +x mafia.sh

Usage:

Open Terminal And Then Type:  bash mafia.sh

Note:

1. Android Payload Extension ( target.apk)
2. Windows Payload Extension (target.exe)
3. Linux Payload Extension   (target.elf)
4. MacOS Payload Extension   (target.bin)
5. Apple_IOS Payload Extension (target.macho)

Features:

* You Can Create Payloads For Following OS:
1.  Linux Payloads
2.  Windows Payloads
3.  Android Payloads  ( Normal Apk Payload + Infect Real Apk )
4.  MacOs  Payloads
5.  Apple_IOS Payloads

* Upcoming Features:
1. Automatic NGROK Support For WAN attack
2. Automatic Listener using msfconsole
3. More Obfuscation
4. Termux Users will also use this tool.

mafiahacks's People

Contributors

machine1337 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mafiahacks's Issues

nc command not found

You can modify the script to handle the case when the "nc" command is not found. Replace the following line:

if nc -zw1 google.com 443; then

with:

if command -v nc &>/dev/null && nc -zw1 google.com 443; then

This change checks if the "nc" command is available using the command -v nc &>/dev/null command before attempting to use it. If the command is not found, it will not execute the nc -zw1 google.com 443 part, preventing the "command not found" error.

Make this modification in the script. It should handle the case when the "nc" command is not available and continue execution if there is an internet connection.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.