Git Product home page Git Product logo

netpython's Introduction

 |\   |                         |
 | \  |  ___  _|_  ___      _|_ |__   __  . __
 |  \ | |___   |  |__/ \  /  |  |  \ |  | |/  |
 |   \| |___   |  |     \/   |  |  | |__| |   |  
                  |     / 
                       /
--------------------------------------------------
Netpython - A python computer networking utility tool for reading from and writing to network connections (TCP/UDP).


A feature-rich network debugging and investigation tool written 
in python. We have made this as a netcat-like tool. This netpython 
was created by @toidihack, check the file readme.txt for further 
details.

Netpython is a 'python netcat' with all the networking features. 
Netpython is a custom tcp/udp network tool used for reading or 
writing from TCP and UDP sockets like network debugging, port 
scanning, transferring files, and port listening, ... and it 
also can be used as a backdoor shell (pentesting). It's a good 
investigation tool for administrators, programmers, and pen
testers.

Netpython is a netcat alternative solution for minimize cyber 
attacks and avoid Anti-virus trigger false positives. Read the
readme.txt to know details.

USAGE:

  Listen:  python3 np.py -lvp [PORT] [-OPTIONS]**

  Connect: python3 np.py -t [ADDRESS] -p [PORT] [-OPTIONS]**

  Scan:    python3 np.py -t [ADDRESS] -p [MIN_PORT-MAX_PORT] -z [-OPTIONS]**

====
Example usage:


- python3 np.py -lvp 4444 -e cmd

- python3 np.py -t 127.0.0.1 -p 4444

- python3 np.py -lusCp 5000

- python3 np.py -t 127.0.0.1 -p 1000-8000 -z

- python3 np.py -t 127.0.0.1 -p 8000-8081 -e /bin/bash -u

- python3 np.py -l -p 8080 -e myprogram.type


====
Some basic features:

  * Full forward and reverse DNS lookup
  * Port scanning
  * Transferring files
  * Port listening
  * Traffic dumping
  * Used as a backdoor


Created by toidihack(hacking at HackerOne and Bugcrowd)
 

netpython's People

Contributors

shelld3v avatar

Watchers

 avatar  avatar

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.