Giter Club home page Giter Club logo

pina-colada's People

Contributors

ecthros avatar kkevsterrr avatar mikemeliz avatar sandrasandeep 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

pina-colada's Issues

DDOS attacks

Extensibility can be added later - the idea(in my head) is just send tons of packets

Deploy Boxes

Put more machines on the network - for example:
Windows Server 2003
Windows XP

OS detection

Similar to nmap's -O option, can be extended to find computers vulnerable to MS08-67 or the like

Arp DOS

Finished, but needs to be integrated

Postgres improvements

Change varchar types for ip and mac addresses to inet and macaddr data types (one of the reasons we are using postgres)

Need to :
Drop table computers
Readd table computes with different types
Modify network script to work with different types
Run and test

Make an app

Need planning to decide everything that goes here

Android - definitely
Apple?

Make a website

Use flask to make a website which can profile the network and control the pi remotely

Exploit MS08

Spin up a xp box and exploit it with ms08 vulnerability

Creating a new table

This issue is just here for creating new tables:

create table computers(
id serial,
ip varchar (50),
mac varchar(50),
ports varchar[], last_online varchar(50));

This was the computers table.

Screw with printers

Automatically jump onto networks that are really just printers, giving us the ability to print anything.

Postgres

Allow other computers on the network to connect to the postgres database

Development branch

To start a conversation : do we want to have different branches or do all our development on one master branch

Sniffing

Figure out a mechanism for sniffing. Possible options:

  1. Store all packets in some database
    Could have a table with packet number, type, etc. Good because we can have it constantly update the table.
  2. Periodically write packets to some folder
    Can't view this in real time with an app

What I want to see:

Wireshark on an app

Scanning ideas

How often do we want to scan, should we only scan ports that were up, etc

Pi loudness

Create some way to change how often the pi scans and wreaks havoc on the network - for example, it might be more valuable sometimes to never scan, so people on the network wouldn't notice.

Wifi Scanning

The pi needs to be able to automatically detect and connect to wifi networks, and be able to change networks easily.

Standardize 'module' target input

As we add different capabilities, managing which ones require which inputs will be tedious at best and buggy at worst - we should design a 'module' system to standardize everything and make pinya extensible (like we did for Backdoorme)

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.