Metadata-Version: 1.1
Name: netack
Version: 0.1.8
Summary: python library for basic network attacks
Home-page: UNKNOWN
Author: Akash Sharma and Akshat Sharma
Author-email: UNKNOWN
License: UNKNOWN
Description: Thank you for downloading NetAck ^_^!!
        
        This package can be used for various network attacks. These attacks are basics and are meant for beginners to understand how certain attacking programmes work.
        
        This package contains the following tools:-
        
        1.) MAC changer
        2.) Packet sniffer
        3.) ARP Spoofer
        4.) DNS Spoofer
        5.) Code Injector
        6.) File Intercepter
        7.) Network Scanner
        
        This package requires some prerequisites(scapy and netfilterqueue) that you can install by executing setup.py file.
        
        
        //NOTE :-To install netfilterqueue you need to execute these two commands on the terminal
        
        -→  apt-get install build-essential python-dev libnetfilter-queue-dev
        
        -→  pip3 install -U git+https://github.com/kti/python-netfilterqueue
        
                This package will only run in linux and on python 3
        
        
        
        
        
        Change Log
        ==============
        
        0.1.5 (27/11/220)
        _________________
        - NetfilterQueue Installation error fixed.
        
Keywords: network security
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
