Skip to content

Commit 8542cc5

Browse files
committed
Updated python note
1 parent d9b655c commit 8542cc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AndroLabServer/README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AndroLab Back-end Server Readme
22
==========
33

4-
This project is the python backend server for the Android InsecureBankv2 application which can be found at https://github.com/dineshshetty/Android-InsecureBankv2
4+
This project is the python2 backend server for the Android InsecureBankv2 application which can be found at https://github.com/dineshshetty/Android-InsecureBankv2
55

66

77
Python required libraries
@@ -20,7 +20,7 @@ pip install -r requirements.txt
2020

2121
Running the python server
2222
-----
23-
Change the current directory to the AndroLabServer folder
23+
Make sure you have python2 installed. Change the current directory to the AndroLabServer folder
2424

2525
cd AndroLabServer
2626

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ InsecureBankv2 Readme
55

66
[![Black Hat Arsenal](https://www.toolswatch.org/badges/arsenal/2016.svg)](https://www.blackhat.com/us-16/arsenal.html/)
77

8-
This is a major update to one of my previous projects - "InsecureBank". This vulnerable Android application is named "InsecureBankv2" and is made for security enthusiasts and developers to learn the Android insecurities by testing this vulnerable application. Its back-end server component is written in python. It is compatible with [email protected]. The client component i.e. the Android InsecureBank.apk can be downloaded along with the source. The list of vulnerabilities that are currently included in this release are:
8+
This is a major update to one of my previous projects - "InsecureBank". This vulnerable Android application is named "InsecureBankv2" and is made for security enthusiasts and developers to learn the Android insecurities by testing this vulnerable application. Its back-end server component is written in python. It is compatible with Python2. The client component i.e. the Android InsecureBank.apk can be downloaded along with the source. The list of vulnerabilities that are currently included in this release are:
99

1010
* Flawed Broadcast Receivers
1111
* Intent Sniffing and Injection

0 commit comments

Comments
 (0)