Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Injection attack analysis on a android mobile application to simulate a vulnerable sequence and a Python Docker server to add defense module to prevent injection attacks.

Notifications You must be signed in to change notification settings

TanguiS/injection-attack-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

injection-attack-analysis

Injection attack analysis on a android mobile application to simulate a vulnerable sequence and a Python Docker server to add defense module to prevent injection attacks.

1- Launch Docker Container and make an image of the server, launch it, ready to receive single or multiple base64 images under JSON sending format.

2- Requests example (only POST):

Single image:

{
    "str64_image": "base64 image"
}

Multiple images:

{
    "listStr64_image": ["first base64 image", ..., "last base64 image"]
}

3- Install the android application and modify the sending ip-address with the docker server one.

You now have a vulnerable sequence to injection attack.

About

Injection attack analysis on a android mobile application to simulate a vulnerable sequence and a Python Docker server to add defense module to prevent injection attacks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published