File tree Expand file tree Collapse file tree
cSploit/src/org/csploit/android/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060import java .security .KeyException ;
6161import java .security .MessageDigest ;
6262import java .security .NoSuchAlgorithmException ;
63- import java .util .ArrayList ;
6463import java .util .Arrays ;
6564import java .util .concurrent .CancellationException ;
6665
@@ -358,7 +357,7 @@ public static boolean isMsfUpdateAvailable() {
358357 mMsfInfo .versionString = msfRepo .getLastReleaseVersion ();
359358 mMsfInfo .version = Version .valueOf (mMsfInfo .versionString );
360359
361- mMsfInfo .name = "msf.zip " ;
360+ mMsfInfo .name = "msf.tar.xz " ;
362361 mMsfInfo .path = String .format ("%s/%s" , System .getStoragePath (), mMsfInfo .name );
363362 }
364363
@@ -371,7 +370,8 @@ public static boolean isMsfUpdateAvailable() {
371370
372371 mMsfInfo .outputDir = System .getMsfPath ();
373372 mMsfInfo .executableOutputDir = ExecChecker .msf ().getRoot ();
374- mMsfInfo .archiver = archiveAlgorithm .zip ;
373+ mMsfInfo .archiver = archiveAlgorithm .tar ;
374+ mMsfInfo .compression = compressionAlgorithm .xz ;
375375 mMsfInfo .fixShebang = true ;
376376
377377 if (!mSettingReceiver .getFilter ().contains ("MSF_DIR" )) {
You can’t perform that action at this time.
0 commit comments