Code Monkey home page Code Monkey logo

hackerman's Introduction

Hackerman ..

use it for make python hacking scripts .. its so easy

OS Python2.7

The Modules :

Name Description
portscanner Make Portscanner script
whoup Show whoup in Network
xss Xss Reflacted Scanner
sqli SQL INJECTION Scanner
ssti SSTI Scanner
headers Get HTTP Headers
make_payload Make Rat Payload
make_connection Make Connection With Rat Victim
restart restart your script
slow_print print the words in slow mode
dos_attack Make Dos Attack Script
scapy_dos_attack Make Dos Attack Script with scapy

> Rat Features

  • Upload And Download Files

  • Execute os Command

  • Get Victim Address

  • openfile in victim device

  • open url in Victim Browser

  • print message in Victim terminal

  • see who is up on the victim network

  • Take screenshot from victim device

Examples :

  • xss Scanner Script
from hackerman import xss
import sys
def logo():
        print ('''
__  __       _____          ___
\ \/ /___ __|_   _|__   ___ | |
 \  // __/ __|| |/ _ \ / _ \| |
 /  \\__ \__ \| | (_) | (_) | |
/_/\_\___/___/|_|\___/ \___/|_|

[ Coded By : hacker ]
[ version  : 0.1    ]
''')

def getarg():
        global target
        target=sys.argv[1]

logo()
getarg()
xss(target)
  • Run it

    python2 main.py 'http://leettime.net/xsslab1/chalg1.php?name=5*&submit=Search'

  • The Result

    XSS Tool

    Note : Add * in param

    For More scan

    from hackerman import sqli , ssti
    sqli(target) , ssti(target)```
  • Port Scanner Script

from hackerman import portscanner
import sys
def logo():
        print ('''

 _ __  ___  ___ __ _ _ __  
| '_ \/ __|/ __/ _` | '_ \ 
| |_) \__ \ (_| (_| | | | |
| .__/|___/\___\__,_|_| |_|
|_|

[ Coded By : Hacker ]
[ Version  : 0.1    ]

''')

def getarg():
        global ip,port1,port2
        ip=sys.argv[1]
        port1=sys.argv[2]
        port2=sys.argv[3]

logo()
getarg()
portscanner(ip,port1,port2)
  • Run it

    python2 pscan.py 127.0.0.1 80 3306

  • The Result

    Port Scanner Tool

More Examples :

Installation :

  • open your terminal

  • enter this command

$ apt install git python2 python2-pip && git clone https://github.com/knassar702/hackerman && cd hackerman && pip2 install -r requirements.txt && python2 setup.py install && echo "from hackerman import slow_print;slow_print('Welcome in Hackerman module .. Good luck :) ..',1)" > first.py && python2 first.py

Andoird

  • Download Termux App

  • Enter this command

$ pkg update && pkg install python2 && pkg install git && pip2 install -r requirements.txt && python2 setup.py install && echo "from hackerman import slow_print;slow_print('Welcome in Hackerman module .. Good luck :) ..',1)" > first.py && python2 first.py

License

GPL-2.0 Licence

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.