Skip to content

Commit

Permalink
iGoat version 3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopsy committed May 5, 2017
1 parent 3cc760f commit 51923c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 63 deletions.
60 changes: 0 additions & 60 deletions iGoat/iGoat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,34 +105,6 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
A2590B351EB9C17E00CBA9D7 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = A2590B2C1EB9C17E00CBA9D7 /* sqlcipher.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 4C0041981BFC382400ED2AD5;
remoteInfo = "SQLCipher iOS";
};
A2590B371EB9C17E00CBA9D7 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = A2590B2C1EB9C17E00CBA9D7 /* sqlcipher.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 4C0041B11BFC3B2200ED2AD5;
remoteInfo = "SQLCipher OSX";
};
A2590B391EB9C17E00CBA9D7 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = A2590B2C1EB9C17E00CBA9D7 /* sqlcipher.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 4C0041C31BFC3CC000ED2AD5;
remoteInfo = "SQLCipher tvOS";
};
A2590B3B1EB9C17E00CBA9D7 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = A2590B2C1EB9C17E00CBA9D7 /* sqlcipher.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 4C0041D61BFC3E2500ED2AD5;
remoteInfo = "SQLCipher watchOS";
};
A2590B3D1EB9C17E00CBA9D7 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = A2590B2C1EB9C17E00CBA9D7 /* sqlcipher.xcodeproj */;
Expand Down Expand Up @@ -621,10 +593,6 @@
A2590B2D1EB9C17E00CBA9D7 /* Products */ = {
isa = PBXGroup;
children = (
A2590B361EB9C17E00CBA9D7 /* SQLCipher.framework */,
A2590B381EB9C17E00CBA9D7 /* SQLCipher.framework */,
A2590B3A1EB9C17E00CBA9D7 /* SQLCipher.framework */,
A2590B3C1EB9C17E00CBA9D7 /* SQLCipher.framework */,
A2590B3E1EB9C17E00CBA9D7 /* libsqlcipher.a */,
);
name = Products;
Expand Down Expand Up @@ -723,34 +691,6 @@
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
A2590B361EB9C17E00CBA9D7 /* SQLCipher.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = SQLCipher.framework;
remoteRef = A2590B351EB9C17E00CBA9D7 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
A2590B381EB9C17E00CBA9D7 /* SQLCipher.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = SQLCipher.framework;
remoteRef = A2590B371EB9C17E00CBA9D7 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
A2590B3A1EB9C17E00CBA9D7 /* SQLCipher.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = SQLCipher.framework;
remoteRef = A2590B391EB9C17E00CBA9D7 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
A2590B3C1EB9C17E00CBA9D7 /* SQLCipher.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = SQLCipher.framework;
remoteRef = A2590B3B1EB9C17E00CBA9D7 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
A2590B3E1EB9C17E00CBA9D7 /* libsqlcipher.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
Expand Down
4 changes: 2 additions & 2 deletions iGoat/iGoat/Assets.plist
Original file line number Diff line number Diff line change
Expand Up @@ -626,14 +626,14 @@ Pinning is the process of a mobile app verifying an SSL server's identity t
<key>Broken Cryptography</key>
<dict>
<key>description</key>
<string>This exercise category contains exercises relating to authentication issues. On iOS, local authentication is generally not an issue, but authenticating securely to a server application is. So, some or most of these exercises include some server-side code that needs to be run in order for the exercise to work. See each exercise&apos;s instructions for details.</string>
<string></string>
<key>exercises</key>
<array>
<dict>
<key>creditsFile</key>
<string>Swaroop.html</string>
<key>description</key>
<string>In this exercise, you&apos;re going to idenfiy insecure mechanism for storing sensitive data locally. You will observe encryption key hard coded in code using which you can decrypt sensitive data into plain text. </string>
<string>In this exercise, you&apos;re going to idenfiy insecure mechanism for storing sensitive data locally. You will observe encryption key hard coded in code using which you can decrypt sensitive data into plain text. For more information, Refer: (https://www.owasp.org/index.php/Mobile_Top_10_2014-M6). </string>
<key>hints</key>
<array>
<string>Can you identify hard coded encryption key in code?</string>
Expand Down
2 changes: 1 addition & 1 deletion iGoat/iGoat/iGoat-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.9</string>
<string>3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 51923c2

Please sign in to comment.