Last active
January 15, 2016 05:10
-
-
Save peat-psuwit/7cc6e81efc466dce9a32 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Eliminate all whitespaces possible give me 820 bytes. Long way to target.... | |
class ExtraPledge { | |
public static void main(String[] args) throws java.io.IOException{ | |
byte[]a=new byte[790]; | |
Runtime.getRuntime().exec( | |
new String[]{ | |
"sh", | |
"-c", | |
"echo H4sICMN1mFYCA2EAbZJNjtswDIX3OgV3aYFpLlG0QHoLWqJjorLoinQ8vn0p2ZkfYJamqY987/EGS6Z0J7AJDehBdYelyr3iDBvbBPMOBWcCKcAGOmHOMBBslc2owLDDTOEbltQ6o/zA1Sap+gI8Apb9O7RfHX6Dcc15h7UkqmpHnZ7TruHXp+E30HWYP46kYlzJAT5ItgKb1L8Oy6QK4qS6sVJAs8rDapSuzvg0y3fAiIlmjpBYJymk5vLEXJ1zucS8JtIQZdm53A8qLCTu0UX7wBdwNmBWARzIrLWBVBgxcmbDVni+v8JPSaezrKA8c8YKJs2YE95FqrLbu6BaQy2V1LWGjV33ncwXhFgpuRebo1pG3Th6XTIWnyjlK6ne4osUpX8rlegBjl+q98UQ3PHUOy6/LzDKwY8ZVZ0cnhcikOghRi0AGr3NtBUzYS3Nhz/4wHYQ7Tba95FTOBNtqDNM9YgeHeixYrsjO78TGXLuN9Mob9ehoWt6iyrKvHCm3kivFD1vr9VK0fJ+ZlTdIlTOe3i3Bgd/1G52V8pjf36GfMyZve8a/gOvst2vFQMAAA|base64 -d|gzip -cd" | |
} | |
) | |
.getInputStream().read(a,0,789); | |
System.out.write(a,0,789); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment