GithubHelp home page GithubHelp logo

iceboy's Introduction

IceBoy

Ice boy is a full duplex chat software for two persons A and B connected to the same network.

Lets see how it works

Make sure the persons A and B have the following files:

Person A Person B
Help for Client Help for Server
requirements requirements
title title
zipfile. py zipfile. py
libraries.pyw libraries.pyw
Client_Server.py Setup_Server.py
Secret_accessor.py

To install the required packages: pip install -r requirements

Let the persons A and B run Client_server.py and Setup_Server.py respectively and A has to enter the ip address of B which is displayed in their screen. And now we are set to chat!

To send a message to the other person, just type it and press enter. And to send a file, type sendfile and press enter.

All your chat will be stored in the chatlog file generated and the files you send and receive with be stored in sendFile.zip and received.zip which is also generated.

What's behind the curtain?

As said, Ice boy is a full duplex chat software for two persons A and B connected to the same network. But this is just a cover for Person A to access the victim's (Person B) PC. While Person B can just chat, send and receive files, Person A can do more than that.

If Person A types opensecretaccessor and enters the ip obtained by typing secretaccessorip , he can

  • Get the wifi details of all the networks the device had been connected previously.
    • wifipasswordstart gives the list of the networks previously connected to.
    • passwordof<space><network_name> gives the details of the network including the password.
  • Take screenshot
    • screenshot receives the screenshot of the victim's PC at that instance.
  • Record audio
    • audio asks for the number of seconds the audio has to be recorded and receives the audio for the given length of time.
  • Take picture from webcam
    • webcam receives the picture taken from the webcam.
  • Keylog
    • keylog receives everything typing since the system started.

These received files are stored in file.zip. Person A can do these additional things even when B's chat is inactive.

Authors

Explanation Video

Watch the working demo of IceBoy here

iceboy's People

Contributors

imjayanth avatar scottwedge 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.