Skip to content

Instantly share code, notes, and snippets.

@XuCcc
XuCcc / pom.xml
Created July 18, 2020 09:33
javawebshell
package pers.xu.webshell;
import pers.xu.webshell.util.Log;
import java.lang.instrument.Instrumentation;
import java.util.logging.Logger;
public class Agent {
public static final int AGENT_DELAY = 30;
{"-addConditionsToBottom":false,"-confirmDeletion":true,"-downloadInterval":1440,"-enableQuickSwitch":true,"-monitorWebRequests":true,"-quickSwitchProfiles":[],"-refreshOnProfileChange":true,"-revertProxyChanges":true,"-showExternalProfile":true,"-showInspectMenu":true,"-startupProfileName":"","schemaVersion":2,"+burpsuite":{"bypassList":[],"color":"#99ccee","fallbackProxy":{"host":"127.0.0.1","port":8080,"scheme":"http"},"name":"burpsuite","profileType":"FixedProfile","revision":"170f70f20d9"},"+shadowsocks":{"profileType":"FixedProfile","name":"shadowsocks","bypassList":[{"conditionType":"BypassCondition","pattern":"127.0.0.1"},{"conditionType":"BypassCondition","pattern":"[::1]"},{"conditionType":"BypassCondition","pattern":"localhost"}],"color":"#9ce","revision":"170f71084fe","fallbackProxy":{"scheme":"socks5","port":1080,"host":"127.0.0.1"}}}
@XuCcc
XuCcc / README.md
Last active July 23, 2020 08:59
CTF 常用脚本搜集

CTF Scripts

Jeopardy

Encode/Decode

Archieve