Posts

Showing posts from November, 2018

Image-Steganography-Library-Android

Image
Introduction:  Repo  https://github.com/aagarwal1012/Image-Steganography-Library-Android Issue   https://github.com/aagarwal1012/Image-Steganography-Library-Android/issues/5 PR      https://github.com/aagarwal1012/Image-Steganography-Library-Android/pull/4     Today I found a good repo that I wanted to contribute to. Its relatively new so I think there's a good chance to get my work accepted into it quickly.  The Repo is an Image Stenography app in which encodes text into images encrypted with a password. Saving and encoding both are too much load on the UI thread and often cause the system to hang, I want to apply a fix of this nature to the save function for this app. When I first tried saving the photo I encoded the system would just hang and not function at all. The app didn't even save the photo. Work I recently had to deal with an issue regarding saving photos on android, and I noticed with this app that it never asked me permission to access my file to sa

Release 0.3

Image
Tasks Completed: Updated ReadMe Created Instructional Wiki for Install Created Instructional Guide for Running Created a Short Video Guide Provided Starting Script to Send Packets Implemented  anonymous thread classes to better performance Applied knowledge learned to other project Relative Links: Wiki Guide :  https://github.com/DarkChatter/DarkChatterBackend/wiki Commit Adding Packets :  https://tinyurl.com/y7canugp Running Example :  https://www.youtube.com/watch?v=AE0y7W8H928&feature=youtu.be External PR :  https://github.com/sagarnayak/RSAEncryption/pull/2 Task Talk       Internal PRs:      Firstly I needed to get people excited about Darkchatter, so I edited a text I made in a previous semester. I then added that to the Readme. Installing and Running the back-end can be a bit confusing to new comers so I made the first page of the Darkchatter wiki be a guide on how to install and run. I supplied the commands to install the necessary programs,

Lab 6

Image
Getting Started with Darkchatter I started by supplying a great read me along with steps for getting started. Repo:  https://github.com/DarkChatter/DarkChatterBackend Getting Started:  https://github.com/DarkChatter/DarkChatterBackend/wiki Starting Script:   https://github.com/DarkChatter/DarkChatterBackend/blob/master/ScappyTest.py I had to really do a lot of research to figure out what Im going to do. I started with a simple scapy script found on their documentation , This just simply floods the area with packets on a fake AP. I also learned that once in monitor mode i can send packets without and destination and they are shown to be wifi protocol in Wireshark. Here's a sample capture: In this capture I set the SSID to be a string in the packet and sent it out. Funny enough i found the best place to work on this is the subway trip to and from school as there are little to no wifi traffic in the tunnels. My next steps are to use wireshark to fi

Lab 5?

Github Owner - https://github.com/rhayes2/DarkChatter Kickstarter Related to another class that was on DarkChatter - https://www.kickstarter.com/projects/737735983/1338781907?ref=514180&token=c8861c33  - The video is terrible do not watch it!! For the next 3 weeks im going to spend my time guiding people to work on DarkChatter. There needs to be a good base so that others can see ways in-which they can contribute. The external projects I want to contribute to are ones I've already contributed to, either the ChatEncryptor or the Counter. Counter I can fix a lot as it was not very friendly to edit . My goal from DarkChatter:  - Learn to build packets  - Send Info at a Low Level  - Manipulable where data is stored within packet and the protocol to accept them (Steg) https://www.youtube.com/watch?v=IIrzbzzNFjw