Skip to content

Commit

Permalink
Charles 4.2.6 Update
Browse files Browse the repository at this point in the history
Hack script and .jar crack
  • Loading branch information
HeIp authored and 100apps committed Jul 4, 2018
1 parent 63becfe commit 53ad5db
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 0 deletions.
Empty file modified 4.1.1/README.md
100644 → 100755
Empty file.
Empty file modified 4.1.1/charles.jar
100644 → 100755
Empty file.
Empty file modified 4.2.1/README.md
100644 → 100755
Empty file.
Empty file modified 4.2.1/charles.jar
100644 → 100755
Empty file.
Empty file modified 4.2.5/README.md
100644 → 100755
Empty file.
Empty file modified 4.2.5/charles.jar
100644 → 100755
Empty file.
41 changes: 41 additions & 0 deletions 4.2.6/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Usage

- Download [charles.jar](charles.jar), replace the official `charles.jar`.
- **Or**
- Hack with the below script by yourself.

# Hack Script

```
export JAVA_HOME=`/usr/libexec/java_home -v 1.8`
charles=/Applications/Charles.app/Contents/Java/charles.jar
dir=charleshack
mkdir $dir
cd $dir
cat >> GPSz.java <<EOF
package com.xk72.charles;
public final class GPSz {
public static boolean Dgmx() { return true; }
public static boolean HFjb() { return true; }
public static String AKCM() { return "Administrator"; }
public static String Wmmw() { return "Administrator"; }
public static String Dgmx(String name, String key) { return null; }
}
EOF
javac -encoding UTF-8 GPSz.java -d .&& jar -uvf $charles com/xk72/charles/GPSz.class
cd .. && rm -rf $dir
```

# Official Download Link

- [Windows 64 bit](https://www.charlesproxy.com/assets/release/4.2.6/charles-proxy-4.2.6-win64.msi)
- [Windows 32 bit](https://www.charlesproxy.com/assets/release/4.2.6/charles-proxy-4.2.6-win32.msi)
- [macOS](https://www.charlesproxy.com/assets/release/4.2.6/charles-proxy-4.2.6.dmg)
- [Linux 64/32 bit](https://www.charlesproxy.com/assets/release/4.2.6/charles-proxy-4.2.6.tar.gz)

Credit:

<a href="https://github.com/Heip">
<img border="0" alt="Help" src="https://avatars3.githubusercontent.com/u/31706214?s=460&v=4" width="100" height="100">

Binary file added 4.2.6/charles.jar
Binary file not shown.
Empty file modified 4.2/README.md
100644 → 100755
Empty file.
Empty file modified 4.2/charles.jar
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.

0 comments on commit 53ad5db

Please sign in to comment.