-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from Kevin-sa/master
add:version 1.2.68 and two unknow hash
- Loading branch information
Showing
4 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
package com.leadroyal.breaker.data; | ||
|
||
import com.leadroyal.breaker.BlackInfo; | ||
|
||
import java.util.LinkedList; | ||
|
||
public class V1_2_68 { | ||
private static BlackInfo data; | ||
|
||
public static BlackInfo getData() { | ||
if (data == null) { | ||
data = new BlackInfo(); | ||
data.version = 1268; | ||
data.known = new LinkedList<BlackInfo.BlockItem>() {{ | ||
add(new BlackInfo.BlockItem(-3077205613010077203L,"org.apache.shiro.jndi.")); //0xd54b91cc77b239edL | ||
}}; | ||
data.unknown = new LinkedList<BlackInfo.BlockItem>() {{ | ||
add(new BlackInfo.BlockItem(-2825378362173150292L, "")); //0xd8ca3d595e982bacL | ||
add(new BlackInfo.BlockItem(9140390920032557669L, "")); //0x7ed9311d28bf1a65L | ||
add(new BlackInfo.BlockItem(9140416208800006522L, "")); //0x7ed9481d28bf417aL | ||
add(new BlackInfo.BlockItem(-3053747177772160511L, "")); //0xd59ee91f0b09ea01L | ||
}}; | ||
} | ||
return data; | ||
} | ||
} |
This file contains 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