repo
stringclasses
1k values
file_url
stringlengths
96
373
file_path
stringlengths
11
294
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
6 values
commit_sha
stringclasses
1k values
retrieved_at
stringdate
2026-01-04 14:45:56
2026-01-04 18:30:23
truncated
bool
2 classes
ZuInnoTe/hadoopcryptoledger
https://github.com/ZuInnoTe/hadoopcryptoledger/blob/b2df90b216a6024b3179c3afaa6f2bcfc975784c/inputformat/src/main/java/org/zuinnote/hadoop/ethereum/format/common/EthereumBlockReader.java
inputformat/src/main/java/org/zuinnote/hadoop/ethereum/format/common/EthereumBlockReader.java
/** * Copyright 2017 ZuInnoTe (Jörn Franke) <zuinnote@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
java
Apache-2.0
b2df90b216a6024b3179c3afaa6f2bcfc975784c
2026-01-05T02:40:55.994732Z
false
ZuInnoTe/hadoopcryptoledger
https://github.com/ZuInnoTe/hadoopcryptoledger/blob/b2df90b216a6024b3179c3afaa6f2bcfc975784c/inputformat/src/main/java/org/zuinnote/hadoop/ethereum/format/common/EthereumBlockWritable.java
inputformat/src/main/java/org/zuinnote/hadoop/ethereum/format/common/EthereumBlockWritable.java
/** * Copyright 2021 ZuInnoTe (Jörn Franke) <zuinnote@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
java
Apache-2.0
b2df90b216a6024b3179c3afaa6f2bcfc975784c
2026-01-05T02:40:55.994732Z
false
ZuInnoTe/hadoopcryptoledger
https://github.com/ZuInnoTe/hadoopcryptoledger/blob/b2df90b216a6024b3179c3afaa6f2bcfc975784c/inputformat/src/main/java/org/zuinnote/hadoop/ethereum/format/common/EthereumUtil.java
inputformat/src/main/java/org/zuinnote/hadoop/ethereum/format/common/EthereumUtil.java
/** * Copyright 2017 ZuInnoTe (Jörn Franke) <zuinnote@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
java
Apache-2.0
b2df90b216a6024b3179c3afaa6f2bcfc975784c
2026-01-05T02:40:55.994732Z
false
ZuInnoTe/hadoopcryptoledger
https://github.com/ZuInnoTe/hadoopcryptoledger/blob/b2df90b216a6024b3179c3afaa6f2bcfc975784c/inputformat/src/main/java/org/zuinnote/hadoop/ethereum/format/common/EthereumTransaction.java
inputformat/src/main/java/org/zuinnote/hadoop/ethereum/format/common/EthereumTransaction.java
/** * Copyright 2017 ZuInnoTe (Jörn Franke) <zuinnote@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
java
Apache-2.0
b2df90b216a6024b3179c3afaa6f2bcfc975784c
2026-01-05T02:40:55.994732Z
false
ZuInnoTe/hadoopcryptoledger
https://github.com/ZuInnoTe/hadoopcryptoledger/blob/b2df90b216a6024b3179c3afaa6f2bcfc975784c/inputformat/src/main/java/org/zuinnote/hadoop/ethereum/format/common/EthereumBlockHeader.java
inputformat/src/main/java/org/zuinnote/hadoop/ethereum/format/common/EthereumBlockHeader.java
/** * Copyright 2017 ZuInnoTe (Jörn Franke) <zuinnote@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
java
Apache-2.0
b2df90b216a6024b3179c3afaa6f2bcfc975784c
2026-01-05T02:40:55.994732Z
false
ZuInnoTe/hadoopcryptoledger
https://github.com/ZuInnoTe/hadoopcryptoledger/blob/b2df90b216a6024b3179c3afaa6f2bcfc975784c/inputformat/src/main/java/org/zuinnote/hadoop/ethereum/format/common/EthereumBlock.java
inputformat/src/main/java/org/zuinnote/hadoop/ethereum/format/common/EthereumBlock.java
/** * Copyright 2017 ZuInnoTe (Jörn Franke) <zuinnote@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
java
Apache-2.0
b2df90b216a6024b3179c3afaa6f2bcfc975784c
2026-01-05T02:40:55.994732Z
false
ZuInnoTe/hadoopcryptoledger
https://github.com/ZuInnoTe/hadoopcryptoledger/blob/b2df90b216a6024b3179c3afaa6f2bcfc975784c/inputformat/src/main/java/org/zuinnote/hadoop/ethereum/format/common/EthereumTransactionInterface.java
inputformat/src/main/java/org/zuinnote/hadoop/ethereum/format/common/EthereumTransactionInterface.java
package org.zuinnote.hadoop.ethereum.format.common; import org.zuinnote.hadoop.ethereum.format.common.rlp.RLPElement; import java.math.BigInteger; public interface EthereumTransactionInterface { public static BigInteger convertVarNumberToBigInteger(byte[] rawData) { BigInteger result=BigInteger.ZERO; ...
java
Apache-2.0
b2df90b216a6024b3179c3afaa6f2bcfc975784c
2026-01-05T02:40:55.994732Z
false
ZuInnoTe/hadoopcryptoledger
https://github.com/ZuInnoTe/hadoopcryptoledger/blob/b2df90b216a6024b3179c3afaa6f2bcfc975784c/inputformat/src/main/java/org/zuinnote/hadoop/ethereum/format/common/EthereumTransactionWritable.java
inputformat/src/main/java/org/zuinnote/hadoop/ethereum/format/common/EthereumTransactionWritable.java
/** * Copyright 2021 ZuInnoTe (Jörn Franke) <zuinnote@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
java
Apache-2.0
b2df90b216a6024b3179c3afaa6f2bcfc975784c
2026-01-05T02:40:55.994732Z
false
ZuInnoTe/hadoopcryptoledger
https://github.com/ZuInnoTe/hadoopcryptoledger/blob/b2df90b216a6024b3179c3afaa6f2bcfc975784c/inputformat/src/main/java/org/zuinnote/hadoop/ethereum/format/common/rlp/RLPList.java
inputformat/src/main/java/org/zuinnote/hadoop/ethereum/format/common/rlp/RLPList.java
/** * Copyright 2017 ZuInnoTe (Jörn Franke) <zuinnote@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
java
Apache-2.0
b2df90b216a6024b3179c3afaa6f2bcfc975784c
2026-01-05T02:40:55.994732Z
false
ZuInnoTe/hadoopcryptoledger
https://github.com/ZuInnoTe/hadoopcryptoledger/blob/b2df90b216a6024b3179c3afaa6f2bcfc975784c/inputformat/src/main/java/org/zuinnote/hadoop/ethereum/format/common/rlp/RLPElement.java
inputformat/src/main/java/org/zuinnote/hadoop/ethereum/format/common/rlp/RLPElement.java
/** * Copyright 2017 ZuInnoTe (Jörn Franke) <zuinnote@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
java
Apache-2.0
b2df90b216a6024b3179c3afaa6f2bcfc975784c
2026-01-05T02:40:55.994732Z
false
ZuInnoTe/hadoopcryptoledger
https://github.com/ZuInnoTe/hadoopcryptoledger/blob/b2df90b216a6024b3179c3afaa6f2bcfc975784c/inputformat/src/main/java/org/zuinnote/hadoop/ethereum/format/common/rlp/RLPObject.java
inputformat/src/main/java/org/zuinnote/hadoop/ethereum/format/common/rlp/RLPObject.java
/** * Copyright 2017 ZuInnoTe (Jörn Franke) <zuinnote@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
java
Apache-2.0
b2df90b216a6024b3179c3afaa6f2bcfc975784c
2026-01-05T02:40:55.994732Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/CustomScanIssue.java
src/main/java/com/yandex/burp/extensions/plugins/CustomScanIssue.java
package com.yandex.burp.extensions.plugins; import burp.IHttpRequestResponse; import burp.IHttpService; import burp.IScanIssue; import java.net.URL; /** * Created by a-abakumov on 28/02/2017. */ public class CustomScanIssue implements IScanIssue { private IHttpService httpService; private URL url; pri...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/Utils.java
src/main/java/com/yandex/burp/extensions/plugins/Utils.java
package com.yandex.burp.extensions.plugins; import burp.IResponseInfo; import java.util.List; /** * Created by a-abakumov on 24/03/2017. */ public class Utils { public static String getContentType(IResponseInfo resp) { String contentTypeValue = getHeaderValue(resp, "Content-Type"); if (content...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/grep/XXssProtectionPlugin.java
src/main/java/com/yandex/burp/extensions/plugins/grep/XXssProtectionPlugin.java
package com.yandex.burp.extensions.plugins.grep; import burp.*; import com.yandex.burp.extensions.plugins.CustomScanIssue; import com.yandex.burp.extensions.plugins.Utils; import com.yandex.burp.extensions.plugins.config.BurpMollyPackConfig; import java.util.Arrays; import java.util.List; /** * Created by a-abakumo...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/grep/ContentSniffingPlugin.java
src/main/java/com/yandex/burp/extensions/plugins/grep/ContentSniffingPlugin.java
package com.yandex.burp.extensions.plugins.grep; import burp.*; import com.yandex.burp.extensions.plugins.CustomScanIssue; import com.yandex.burp.extensions.plugins.Utils; import com.yandex.burp.extensions.plugins.config.BurpMollyPackConfig; import java.util.ArrayList; import java.util.Arrays; import java.util.List; ...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/grep/IGrepPlugin.java
src/main/java/com/yandex/burp/extensions/plugins/grep/IGrepPlugin.java
package com.yandex.burp.extensions.plugins.grep; import burp.IHttpRequestResponse; import burp.IScanIssue; /** * Created by ezaitov on 19.12.2016. */ public interface IGrepPlugin { IScanIssue grep(IHttpRequestResponse baseRequestResponse); }
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/grep/ClickJackingPlugin.java
src/main/java/com/yandex/burp/extensions/plugins/grep/ClickJackingPlugin.java
package com.yandex.burp.extensions.plugins.grep; import burp.*; import com.yandex.burp.extensions.plugins.CustomScanIssue; import com.yandex.burp.extensions.plugins.Utils; import com.yandex.burp.extensions.plugins.config.BurpMollyPackConfig; import java.util.ArrayList; import java.util.List; /** * Created by a-aba...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/audit/IAuditPlugin.java
src/main/java/com/yandex/burp/extensions/plugins/audit/IAuditPlugin.java
package com.yandex.burp.extensions.plugins.audit; import burp.IHttpRequestResponse; import burp.IScanIssue; import burp.IScannerInsertionPoint; import java.util.List; /** * Created by a-abakumov on 16/02/2017. */ public interface IAuditPlugin { List<IScanIssue> doScan(IHttpRequestResponse baseRequestResponse, ...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/audit/YaSSRFPlugin.java
src/main/java/com/yandex/burp/extensions/plugins/audit/YaSSRFPlugin.java
package com.yandex.burp.extensions.plugins.audit; import burp.*; import com.yandex.burp.extensions.plugins.CustomScanIssue; import com.yandex.burp.extensions.plugins.config.BurpMollyPackConfig; import java.util.ArrayList; import java.util.List; /** * Created by a-abakumov on 25/02/2017. */ public class YaSSRFPlugi...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/audit/YaExpressRedirectPlugin.java
src/main/java/com/yandex/burp/extensions/plugins/audit/YaExpressRedirectPlugin.java
package com.yandex.burp.extensions.plugins.audit; import burp.*; import com.yandex.burp.extensions.plugins.CustomScanIssue; import com.yandex.burp.extensions.plugins.Utils; import com.yandex.burp.extensions.plugins.config.BurpMollyPackConfig; import java.net.URL; import java.util.ArrayList; import java.util.Arrays; i...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/audit/XmlRpcSerializablePlugin.java
src/main/java/com/yandex/burp/extensions/plugins/audit/XmlRpcSerializablePlugin.java
package com.yandex.burp.extensions.plugins.audit; import burp.*; import com.yandex.burp.extensions.plugins.CustomScanIssue; import com.yandex.burp.extensions.plugins.config.BurpMollyPackConfig; import java.net.URL; import java.util.ArrayList; import java.util.HashSet; import java.util.List; /** * Created by a-abaku...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/audit/YaRedirectPlugin.java
src/main/java/com/yandex/burp/extensions/plugins/audit/YaRedirectPlugin.java
package com.yandex.burp.extensions.plugins.audit; import burp.*; import com.yandex.burp.extensions.plugins.CustomScanIssue; import com.yandex.burp.extensions.plugins.Utils; import com.yandex.burp.extensions.plugins.config.BurpMollyPackConfig; import java.util.ArrayList; import java.util.Arrays; import java.util.List;...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/audit/JsonpPlugin.java
src/main/java/com/yandex/burp/extensions/plugins/audit/JsonpPlugin.java
package com.yandex.burp.extensions.plugins.audit; import burp.*; import com.yandex.burp.extensions.plugins.CustomScanIssue; import com.yandex.burp.extensions.plugins.Utils; import com.yandex.burp.extensions.plugins.config.BurpMollyPackConfig; import com.yandex.burp.extensions.plugins.config.JsonpPluginConfig; import...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/audit/YaXFFPlugin.java
src/main/java/com/yandex/burp/extensions/plugins/audit/YaXFFPlugin.java
package com.yandex.burp.extensions.plugins.audit; import burp.*; import com.yandex.burp.extensions.plugins.CustomScanIssue; import com.yandex.burp.extensions.plugins.config.BurpMollyPackConfig; import java.net.URL; import java.util.ArrayList; import java.util.Arrays; import java.util.HashSet; import java.util.List; ...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/audit/RubySessionDefaultSecretDetectorPlugin.java
src/main/java/com/yandex/burp/extensions/plugins/audit/RubySessionDefaultSecretDetectorPlugin.java
package com.yandex.burp.extensions.plugins.audit; import burp.*; import com.yandex.burp.extensions.plugins.CustomScanIssue; import com.yandex.burp.extensions.plugins.config.BurpMollyPackConfig; import javax.crypto.Mac; import javax.crypto.SecretKeyFactory; import javax.crypto.spec.PBEKeySpec; import javax.crypto.spec...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/audit/WebsocketOriginPlugin.java
src/main/java/com/yandex/burp/extensions/plugins/audit/WebsocketOriginPlugin.java
package com.yandex.burp.extensions.plugins.audit; import burp.*; import com.yandex.burp.extensions.plugins.CustomScanIssue; import com.yandex.burp.extensions.plugins.config.BurpMollyPackConfig; import java.net.URL; import java.util.ArrayList; import java.util.HashSet; import java.util.Iterator; import java.util.List;...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/audit/XXEPlugin.java
src/main/java/com/yandex/burp/extensions/plugins/audit/XXEPlugin.java
package com.yandex.burp.extensions.plugins.audit; import burp.*; import com.yandex.burp.extensions.plugins.CustomScanIssue; import com.yandex.burp.extensions.plugins.config.BurpMollyPackConfig; import java.net.URL; import java.util.ArrayList; import java.util.HashSet; import java.util.List; /** * Created by a-abaku...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/audit/HttPoxyPlugin.java
src/main/java/com/yandex/burp/extensions/plugins/audit/HttPoxyPlugin.java
package com.yandex.burp.extensions.plugins.audit; import burp.*; import com.yandex.burp.extensions.plugins.CustomScanIssue; import com.yandex.burp.extensions.plugins.config.BurpMollyPackConfig; import java.util.ArrayList; import java.util.Collections; import java.util.List; import static burp.IScannerInsertionPoint....
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/audit/CRLFPlugin.java
src/main/java/com/yandex/burp/extensions/plugins/audit/CRLFPlugin.java
package com.yandex.burp.extensions.plugins.audit; import burp.*; import com.yandex.burp.extensions.plugins.CustomScanIssue; import com.yandex.burp.extensions.plugins.config.BurpMollyPackConfig; import java.net.URL; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.UUID; imp...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/audit/YaExpressExceptionPlugin.java
src/main/java/com/yandex/burp/extensions/plugins/audit/YaExpressExceptionPlugin.java
package com.yandex.burp.extensions.plugins.audit; import burp.*; import com.yandex.burp.extensions.plugins.CustomScanIssue; import com.yandex.burp.extensions.plugins.config.BurpMollyPackConfig; import com.yandex.burp.extensions.plugins.Utils; import java.net.URL; import java.util.ArrayList; import java.util.HashSet; ...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/config/BurpActiveScannerConfig.java
src/main/java/com/yandex/burp/extensions/plugins/config/BurpActiveScannerConfig.java
package com.yandex.burp.extensions.plugins.config; /** * Created by a-abakumov on 08/02/2017. */ public class BurpActiveScannerConfig { }
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/config/ClickJackingPluginConfig.java
src/main/java/com/yandex/burp/extensions/plugins/config/ClickJackingPluginConfig.java
package com.yandex.burp.extensions.plugins.config; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import java.util.List; /** * Created by a-abakumov on 13/02/2017. */ public class ClickJackingPluginConfig { @SerializedName("ignoreCodes") @Expose private Li...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/config/MollyConfig.java
src/main/java/com/yandex/burp/extensions/plugins/config/MollyConfig.java
package com.yandex.burp.extensions.plugins.config; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; public class MollyConfig { @SerializedName("burp-molly-pack") @Expose private BurpMollyPackConfig BurpMollyPackConfig; @SerializedName("burp-active-scanner"...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/config/JsonpPluginConfig.java
src/main/java/com/yandex/burp/extensions/plugins/config/JsonpPluginConfig.java
package com.yandex.burp.extensions.plugins.config; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import java.util.Arrays; import java.util.List; public class JsonpPluginConfig { @SerializedName("callbacks") @Expose private List<String> callbacks = Arrays.as...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/config/BurpMollyPackConfig.java
src/main/java/com/yandex/burp/extensions/plugins/config/BurpMollyPackConfig.java
package com.yandex.burp.extensions.plugins.config; /** * Created by a-abakumov on 08/02/2017. */ import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import java.util.List; public class BurpMollyPackConfig { @SerializedName("activePluginsEnable") @Expose priva...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/com/yandex/burp/extensions/plugins/config/ContentSniffingPluginConfig.java
src/main/java/com/yandex/burp/extensions/plugins/config/ContentSniffingPluginConfig.java
package com.yandex.burp.extensions.plugins.config; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import java.util.List; /** * Created by a-abakumov on 14/02/2017. */ public class ContentSniffingPluginConfig { @SerializedName("ignoreCodes") @Expose privat...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IHttpRequestResponsePersisted.java
src/main/java/burp/IHttpRequestResponsePersisted.java
package burp; /* * @(#)IHttpRequestResponsePersisted.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** ...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IIntruderPayloadGeneratorFactory.java
src/main/java/burp/IIntruderPayloadGeneratorFactory.java
package burp; /* * @(#)IIntruderPayloadGeneratorFactory.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IScannerInsertionPoint.java
src/main/java/burp/IScannerInsertionPoint.java
package burp; /* * @(#)IScannerInsertionPoint.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * This...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IHttpListener.java
src/main/java/burp/IHttpListener.java
package burp; /* * @(#)IHttpListener.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * Extensions ca...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IIntruderPayloadProcessor.java
src/main/java/burp/IIntruderPayloadProcessor.java
package burp; /* * @(#)IIntruderPayloadProcessor.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * E...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IBurpExtenderCallbacks.java
src/main/java/burp/IBurpExtenderCallbacks.java
package burp; /* * @(#)IBurpExtenderCallbacks.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
true
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IScanIssue.java
src/main/java/burp/IScanIssue.java
package burp; /* * @(#)IScanIssue.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * This interface i...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IRequestInfo.java
src/main/java/burp/IRequestInfo.java
package burp; /* * @(#)IRequestInfo.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java.net.URL; ...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IResponseVariations.java
src/main/java/burp/IResponseVariations.java
package burp; /* * @(#)IResponseVariations.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java.ut...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IResponseInfo.java
src/main/java/burp/IResponseInfo.java
package burp; /* * @(#)IResponseInfo.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java.util.Lis...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IParameter.java
src/main/java/burp/IParameter.java
package burp; /* * @(#)IParameter.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * This interface i...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IContextMenuFactory.java
src/main/java/burp/IContextMenuFactory.java
package burp; /* * @(#)IContextMenuFactory.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import javax....
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/ITab.java
src/main/java/burp/ITab.java
package burp; /* * @(#)ITab.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java.awt.Component; /...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IResponseKeywords.java
src/main/java/burp/IResponseKeywords.java
package burp; /* * @(#)IResponseKeywords.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java.util...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IHttpService.java
src/main/java/burp/IHttpService.java
package burp; /* * @(#)IHttpService.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * This interface...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IScannerInsertionPointProvider.java
src/main/java/burp/IScannerInsertionPointProvider.java
package burp; /* * @(#)IScannerInsertionPointProvider.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ imp...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IScannerCheck.java
src/main/java/burp/IScannerCheck.java
package burp; /* * @(#)IScannerCheck.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java.util.Lis...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IHttpRequestResponse.java
src/main/java/burp/IHttpRequestResponse.java
package burp; /* * @(#)IHttpRequestResponse.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * This i...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/ISessionHandlingAction.java
src/main/java/burp/ISessionHandlingAction.java
package burp; /* * @(#)ISessionHandlingAction.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * Exte...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IMessageEditorController.java
src/main/java/burp/IMessageEditorController.java
package burp; /* * @(#)IMessageEditorController.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * Th...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IMenuItemHandler.java
src/main/java/burp/IMenuItemHandler.java
package burp; /* * @(#)IMenuItemHandler.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * Extensions...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IHttpRequestResponseWithMarkers.java
src/main/java/burp/IHttpRequestResponseWithMarkers.java
package burp; /* * @(#)IHttpRequestResponseWithMarkers.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ im...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IBurpCollaboratorClientContext.java
src/main/java/burp/IBurpCollaboratorClientContext.java
package burp; /* * @(#)IBurpCollaboratorClientContext.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ imp...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IScopeChangeListener.java
src/main/java/burp/IScopeChangeListener.java
package burp; /* * @(#)IScopeChangeListener.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * Extens...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IInterceptedProxyMessage.java
src/main/java/burp/IInterceptedProxyMessage.java
package burp; /* * @(#)IInterceptedProxyMessage.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import ja...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IIntruderPayloadGenerator.java
src/main/java/burp/IIntruderPayloadGenerator.java
package burp; /* * @(#)IIntruderPayloadGenerator.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * T...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IBurpCollaboratorInteraction.java
src/main/java/burp/IBurpCollaboratorInteraction.java
package burp; /* * @(#)IBurpCollaboratorInteraction.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ impor...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/ICookie.java
src/main/java/burp/ICookie.java
package burp; /* * @(#)ICookie.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java.util.Date; /*...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IProxyListener.java
src/main/java/burp/IProxyListener.java
package burp; /* * @(#)IProxyListener.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * Extensions c...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IScanQueueItem.java
src/main/java/burp/IScanQueueItem.java
package burp; /* * @(#)IScanQueueItem.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * This interfa...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IMessageEditor.java
src/main/java/burp/IMessageEditor.java
package burp; /* * @(#)IMessageEditor.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java.awt.Com...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IMessageEditorTab.java
src/main/java/burp/IMessageEditorTab.java
package burp; /* * @(#)IMessageEditorTab.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java.awt....
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/BurpExtender.java
src/main/java/burp/BurpExtender.java
package burp; import com.google.gson.Gson; import com.google.gson.JsonParseException; import com.yandex.burp.extensions.plugins.audit.IAuditPlugin; import com.yandex.burp.extensions.plugins.config.BurpMollyPackConfig; import com.yandex.burp.extensions.plugins.config.MollyConfig; import com.yandex.burp.extensions.plugi...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IBurpExtender.java
src/main/java/burp/IBurpExtender.java
package burp; /* * @(#)IBurpExtender.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * All extension...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/ITempFile.java
src/main/java/burp/ITempFile.java
package burp; /* * @(#)ITempFile.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * This interface is...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IScannerListener.java
src/main/java/burp/IScannerListener.java
package burp; /* * @(#)IScannerListener.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * Extensions...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IIntruderAttack.java
src/main/java/burp/IIntruderAttack.java
package burp; /* * @(#)IIntruderAttack.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * This interf...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IContextMenuInvocation.java
src/main/java/burp/IContextMenuInvocation.java
package burp; /* * @(#)IContextMenuInvocation.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IExtensionHelpers.java
src/main/java/burp/IExtensionHelpers.java
package burp; /* * @(#)IExtensionHelpers.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java.net....
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IMessageEditorTabFactory.java
src/main/java/burp/IMessageEditorTabFactory.java
package burp; /* * @(#)IMessageEditorTabFactory.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * Ex...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/ITextEditor.java
src/main/java/burp/ITextEditor.java
package burp; /* * @(#)ITextEditor.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java.awt.Compon...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
yandex/burp-molly-pack
https://github.com/yandex/burp-molly-pack/blob/8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f/src/main/java/burp/IExtensionStateListener.java
src/main/java/burp/IExtensionStateListener.java
package burp; /* * @(#)IExtensionStateListener.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * Ext...
java
BSD-3-Clause
8c9aa5766dcd4b49d3258bf7f3790bd318fe9b7f
2026-01-05T02:41:29.237735Z
false
sunglasscat/android-tv-launcher
https://github.com/sunglasscat/android-tv-launcher/blob/d4af57bb18c8c91e316a51122786312fe67b30a0/src/com/droid/service/MainService.java
src/com/droid/service/MainService.java
package com.droid.service; import android.app.Service; import android.content.Intent; import android.os.Binder; import android.os.Handler; import android.os.HandlerThread; import android.os.IBinder; import android.util.Log; import com.droid.db.SharedPreferencesUtil; public class MainService extends Service { privat...
java
MIT
d4af57bb18c8c91e316a51122786312fe67b30a0
2026-01-05T02:41:37.338106Z
false
sunglasscat/android-tv-launcher
https://github.com/sunglasscat/android-tv-launcher/blob/d4af57bb18c8c91e316a51122786312fe67b30a0/src/com/droid/activitys/Bluetooth.java
src/com/droid/activitys/Bluetooth.java
package com.droid.activitys; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.os.Bundle; import android.util.Log; import andro...
java
MIT
d4af57bb18c8c91e316a51122786312fe67b30a0
2026-01-05T02:41:37.338106Z
false
sunglasscat/android-tv-launcher
https://github.com/sunglasscat/android-tv-launcher/blob/d4af57bb18c8c91e316a51122786312fe67b30a0/src/com/droid/activitys/MainActivity.java
src/com/droid/activitys/MainActivity.java
package com.droid.activitys; import android.content.BroadcastReceiver; import android.content.ComponentName; import android.content.ContentValues; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.content.ServiceConnection; import android.content.pm.Pack...
java
MIT
d4af57bb18c8c91e316a51122786312fe67b30a0
2026-01-05T02:41:37.338106Z
false
sunglasscat/android-tv-launcher
https://github.com/sunglasscat/android-tv-launcher/blob/d4af57bb18c8c91e316a51122786312fe67b30a0/src/com/droid/activitys/LocalServiceFragment.java
src/com/droid/activitys/LocalServiceFragment.java
package com.droid.activitys; import android.content.ContentValues; import android.content.Context; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageButton; import com.droid.R; import com.droid.application.ClientApplicatio...
java
MIT
d4af57bb18c8c91e316a51122786312fe67b30a0
2026-01-05T02:41:37.338106Z
false
sunglasscat/android-tv-launcher
https://github.com/sunglasscat/android-tv-launcher/blob/d4af57bb18c8c91e316a51122786312fe67b30a0/src/com/droid/activitys/Ethernet.java
src/com/droid/activitys/Ethernet.java
package com.droid.activitys; import android.app.Activity; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.net.ConnectivityManager; import android.net.NetworkInfo; import android.os.Bundle; import android.util.L...
java
MIT
d4af57bb18c8c91e316a51122786312fe67b30a0
2026-01-05T02:41:37.338106Z
false
sunglasscat/android-tv-launcher
https://github.com/sunglasscat/android-tv-launcher/blob/d4af57bb18c8c91e316a51122786312fe67b30a0/src/com/droid/activitys/BaseActivity.java
src/com/droid/activitys/BaseActivity.java
package com.droid.activitys; import android.support.v4.app.FragmentActivity; import android.widget.Toast; /** * @author Droid */ public abstract class BaseActivity extends FragmentActivity { protected void showLongToast(String pMsg) { Toast.makeText(this, pMsg, Toast.LENGTH_LONG).show(); } protected void show...
java
MIT
d4af57bb18c8c91e316a51122786312fe67b30a0
2026-01-05T02:41:37.338106Z
false
sunglasscat/android-tv-launcher
https://github.com/sunglasscat/android-tv-launcher/blob/d4af57bb18c8c91e316a51122786312fe67b30a0/src/com/droid/activitys/WoDouGameBaseFragment.java
src/com/droid/activitys/WoDouGameBaseFragment.java
package com.droid.activitys; import android.content.Context; import android.graphics.Color; import android.support.v4.app.Fragment; import android.view.View; import android.view.animation.Animation; import android.view.animation.AnimationUtils; import android.widget.ImageView; import android.widget.Toast; import com....
java
MIT
d4af57bb18c8c91e316a51122786312fe67b30a0
2026-01-05T02:41:37.338106Z
false
sunglasscat/android-tv-launcher
https://github.com/sunglasscat/android-tv-launcher/blob/d4af57bb18c8c91e316a51122786312fe67b30a0/src/com/droid/activitys/app/AppAutoRun.java
src/com/droid/activitys/app/AppAutoRun.java
package com.droid.activitys.app; import android.app.Activity; import android.content.Context; import android.os.Bundle; import android.util.Log; import android.view.KeyEvent; import android.view.View; import android.widget.AdapterView; import android.widget.ImageView; import android.widget.ListView; import com.droid....
java
MIT
d4af57bb18c8c91e316a51122786312fe67b30a0
2026-01-05T02:41:37.338106Z
false
sunglasscat/android-tv-launcher
https://github.com/sunglasscat/android-tv-launcher/blob/d4af57bb18c8c91e316a51122786312fe67b30a0/src/com/droid/activitys/app/GetAppList.java
src/com/droid/activitys/app/GetAppList.java
package com.droid.activitys.app; import android.content.Context; import android.content.Intent; import android.content.pm.PackageInfo; import android.content.pm.PackageManager; import android.content.pm.PackageManager.NameNotFoundException; import android.content.pm.ResolveInfo; import com.droid.application.ClientApp...
java
MIT
d4af57bb18c8c91e316a51122786312fe67b30a0
2026-01-05T02:41:37.338106Z
false
sunglasscat/android-tv-launcher
https://github.com/sunglasscat/android-tv-launcher/blob/d4af57bb18c8c91e316a51122786312fe67b30a0/src/com/droid/activitys/app/ManagerApp.java
src/com/droid/activitys/app/ManagerApp.java
package com.droid.activitys.app; import java.util.List; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager; import android.net.Uri; import android.util.AttributeSet; import android.util.Log; import android.view.Gravity; import android.view.LayoutInflater; import a...
java
MIT
d4af57bb18c8c91e316a51122786312fe67b30a0
2026-01-05T02:41:37.338106Z
false
sunglasscat/android-tv-launcher
https://github.com/sunglasscat/android-tv-launcher/blob/d4af57bb18c8c91e316a51122786312fe67b30a0/src/com/droid/activitys/app/AppUninstall.java
src/com/droid/activitys/app/AppUninstall.java
package com.droid.activitys.app; import android.app.Activity; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.content.pm.PackageManager; import android.content.pm.ResolveInfo; import android.net.Uri; import and...
java
MIT
d4af57bb18c8c91e316a51122786312fe67b30a0
2026-01-05T02:41:37.338106Z
false
sunglasscat/android-tv-launcher
https://github.com/sunglasscat/android-tv-launcher/blob/d4af57bb18c8c91e316a51122786312fe67b30a0/src/com/droid/activitys/app/AllApp.java
src/com/droid/activitys/app/AllApp.java
package com.droid.activitys.app; import android.annotation.SuppressLint; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager; import android.graphics.Color; import android.util.AttributeSet; import android.view.Gravity; import android.view.LayoutInflater; import andr...
java
MIT
d4af57bb18c8c91e316a51122786312fe67b30a0
2026-01-05T02:41:37.338106Z
false
sunglasscat/android-tv-launcher
https://github.com/sunglasscat/android-tv-launcher/blob/d4af57bb18c8c91e316a51122786312fe67b30a0/src/com/droid/activitys/app/AppFragment.java
src/com/droid/activitys/app/AppFragment.java
package com.droid.activitys.app; import android.app.Activity; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.os.Bundle; import android.support.v4.view.ViewPager; import android.view.LayoutInflater; import andr...
java
MIT
d4af57bb18c8c91e316a51122786312fe67b30a0
2026-01-05T02:41:37.338106Z
false
sunglasscat/android-tv-launcher
https://github.com/sunglasscat/android-tv-launcher/blob/d4af57bb18c8c91e316a51122786312fe67b30a0/src/com/droid/activitys/speedtest/ReadFileUtil.java
src/com/droid/activitys/speedtest/ReadFileUtil.java
package com.droid.activitys.speedtest; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.net.URL; import java.net.URLConnection; public class ReadFileUtil { public static byte[] ReadFileFromURL(String URL, NetworkSpeedInfo info) { ...
java
MIT
d4af57bb18c8c91e316a51122786312fe67b30a0
2026-01-05T02:41:37.338106Z
false
sunglasscat/android-tv-launcher
https://github.com/sunglasscat/android-tv-launcher/blob/d4af57bb18c8c91e316a51122786312fe67b30a0/src/com/droid/activitys/speedtest/NetworkSpeedInfo.java
src/com/droid/activitys/speedtest/NetworkSpeedInfo.java
package com.droid.activitys.speedtest; public class NetworkSpeedInfo { public static long Speed = 0; public static long FinishBytes = 0; public static long totalBytes = 1024; public static Boolean FILECANREAD = true; public int networkType = 0; public int loadFileNum = 0; public static int ...
java
MIT
d4af57bb18c8c91e316a51122786312fe67b30a0
2026-01-05T02:41:37.338106Z
false
sunglasscat/android-tv-launcher
https://github.com/sunglasscat/android-tv-launcher/blob/d4af57bb18c8c91e316a51122786312fe67b30a0/src/com/droid/activitys/speedtest/SpeedTestActivity.java
src/com/droid/activitys/speedtest/SpeedTestActivity.java
package com.droid.activitys.speedtest; import java.util.ArrayList; import java.util.List; import android.app.Activity; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.view.View; import android.view.View.OnClickListener; import android.view.Window; import android.widget.B...
java
MIT
d4af57bb18c8c91e316a51122786312fe67b30a0
2026-01-05T02:41:37.338106Z
false
sunglasscat/android-tv-launcher
https://github.com/sunglasscat/android-tv-launcher/blob/d4af57bb18c8c91e316a51122786312fe67b30a0/src/com/droid/activitys/wifi/WifiActivity.java
src/com/droid/activitys/wifi/WifiActivity.java
package com.droid.activitys.wifi; import java.util.List; import android.annotation.SuppressLint; import android.app.Activity; import android.app.AlertDialog; import android.app.Dialog; import android.content.Context; import android.content.pm.ActivityInfo; import android.net.wifi.ScanResult; import android.net.wifi.W...
java
MIT
d4af57bb18c8c91e316a51122786312fe67b30a0
2026-01-05T02:41:37.338106Z
false
sunglasscat/android-tv-launcher
https://github.com/sunglasscat/android-tv-launcher/blob/d4af57bb18c8c91e316a51122786312fe67b30a0/src/com/droid/activitys/wifi/WAndB_WifilistAdapter.java
src/com/droid/activitys/wifi/WAndB_WifilistAdapter.java
package com.droid.activitys.wifi; import java.util.List; import android.app.Activity; import android.net.wifi.ScanResult; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.ImageView; import android.widget.TextView; im...
java
MIT
d4af57bb18c8c91e316a51122786312fe67b30a0
2026-01-05T02:41:37.338106Z
false
sunglasscat/android-tv-launcher
https://github.com/sunglasscat/android-tv-launcher/blob/d4af57bb18c8c91e316a51122786312fe67b30a0/src/com/droid/activitys/wifi/util/WiFiAdmin.java
src/com/droid/activitys/wifi/util/WiFiAdmin.java
package com.droid.activitys.wifi.util; import java.util.ArrayList; import java.util.List; import android.content.Context; import android.net.wifi.ScanResult; import android.net.wifi.WifiConfiguration; import android.net.wifi.WifiInfo; import android.net.wifi.WifiManager; import android.net.wifi.WifiManager.WifiLock; ...
java
MIT
d4af57bb18c8c91e316a51122786312fe67b30a0
2026-01-05T02:41:37.338106Z
false
sunglasscat/android-tv-launcher
https://github.com/sunglasscat/android-tv-launcher/blob/d4af57bb18c8c91e316a51122786312fe67b30a0/src/com/droid/activitys/garbageclear/GarbageClear.java
src/com/droid/activitys/garbageclear/GarbageClear.java
package com.droid.activitys.garbageclear; import java.io.File; import java.util.ArrayList; import java.util.List; import android.annotation.SuppressLint; import android.app.Activity; import android.os.AsyncTask; import android.os.Bundle; import android.os.Environment; import android.os.Handler; import android.os.Mess...
java
MIT
d4af57bb18c8c91e316a51122786312fe67b30a0
2026-01-05T02:41:37.338106Z
false
sunglasscat/android-tv-launcher
https://github.com/sunglasscat/android-tv-launcher/blob/d4af57bb18c8c91e316a51122786312fe67b30a0/src/com/droid/activitys/garbageclear/util/StorageUtil.java
src/com/droid/activitys/garbageclear/util/StorageUtil.java
package com.droid.activitys.garbageclear.util; import java.io.File; import android.os.Environment; import android.os.StatFs; public class StorageUtil { private final static long ERROR = -1; public Boolean extermalMemoryAvailable() { return Environment.getExternalStorageState().equals(Environment.MED...
java
MIT
d4af57bb18c8c91e316a51122786312fe67b30a0
2026-01-05T02:41:37.338106Z
false
sunglasscat/android-tv-launcher
https://github.com/sunglasscat/android-tv-launcher/blob/d4af57bb18c8c91e316a51122786312fe67b30a0/src/com/droid/activitys/garbageclear/util/ClearUtil.java
src/com/droid/activitys/garbageclear/util/ClearUtil.java
package com.droid.activitys.garbageclear.util; import java.io.File; import java.io.FileInputStream; import android.content.Context; import android.content.pm.PackageManager; import android.content.pm.PackageManager.NameNotFoundException; public class ClearUtil { public static boolean TakeIsInstallApk(String abPa...
java
MIT
d4af57bb18c8c91e316a51122786312fe67b30a0
2026-01-05T02:41:37.338106Z
false