Skip to content

imJayanth/IceBoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

A chat and stalk software!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages