Code Monkey home page Code Monkey logo

pcf-proj's Introduction

Lan Attacks Tool

This is a basic attack tool which includes various attacks such as sniffing, spoofing and ICMP flooding. The application is written in C# using the WPF framework and Python with connection between them using Pythonnet.

Installation

To use this application, you must have the following prerequisites installed on your system:

Python 3.10
WINPCAP
Scapy module (pip install scapy)
Pythonnet module (pip install pythonnet and in NuGet packages)
.NET 6.0

Clone the repository and open the solution in Visual Studio. Make sure to set the startup project to "Lan Attacks Tool".

Usage

Upon launching the application, you will be presented with a user-friendly interface.

Sniffing

The "Sniffing" tab allows you to sniff packets on a given interface. Select the interface you wish to sniff and click "Start". The packets will be displayed in the data grid below.

Spoofing

The "Spoofing" tab allows you to spoof packets on a given interface. Select the interface you wish to spoof and enter the source and destination IP addresses and MAC addresses. Choose the type of packet you wish to send and click "Spoof". The packets will be sent to the target.

ICMP Flooding

The "ICMP Flooding" tab allows you to flood a target with ICMP packets. Enter the target IP address and click "Start". The packets will be sent to the target.

Contributing

If you find any bugs or issues, please submit an issue or pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Run Locally

Clone the project

  git clone https://github.com/KrystianRozwag/pcf-proj

Install dependencies

  Python 3.10
  [WINPCAP](https://www.winpcap.org/)
  Scapy module (pip install scapy)
  Pythonnet module (pip install pythonnet and in NuGet packages)
  .NET 6.0

In order to work with the application. In path ..\LanAttacks\bin\Debug\net6.0-windows change inside of the file python3_path.txt to the correct Python 3.10 dll's filepath. Without this step, user will not be able to run the project.

Run the application

pcf-proj's People

Contributors

krystianrozwag avatar s0ftbox avatar mradzynski avatar

Stargazers

 avatar

Watchers

 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.