FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SpringBootExploit/src/test/java/Client.java at main · SummerSec/SpringBootExploit · GitHub
This repository was archived by the owner on Jul 25, 2024. It is now read-only.
SummerSec
/
SpringBootExploit
Public archive
Notifications
You must be signed in to change notification settings
Fork
308
Star
1.9k
Code
Issues
16
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
SpringBootExploit
/
src
/
test
/
java
/
Client.java
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (29 loc) · 800 Bytes
Breadcrumbs
SpringBootExploit
/
src
/
test
/
java
/
Client.java
Copy path
File metadata and controls
32 lines (29 loc) · 800 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/**
* @ClassName: Client
* @Description: TODO
* @Author: Summer
* @Date: 2021/8/2 10:53
* @Version: v1.0.0
* @Description:
**/
import
java
.
io
.
IOException
;
import
java
.
net
.
Socket
;
import
java
.
net
.
UnknownHostException
;
import
java
.
util
.
Hashtable
;
import
javax
.
naming
.
Context
;
import
javax
.
naming
.
NamingEnumeration
;
import
javax
.
naming
.
directory
.
Attribute
;
import
javax
.
naming
.
directory
.
Attributes
;
import
javax
.
naming
.
directory
.
DirContext
;
import
javax
.
naming
.
directory
.
InitialDirContext
;
import
javax
.
naming
.
directory
.
SearchControls
;
import
javax
.
naming
.
directory
.
SearchResult
;
public
class
Client
{
// public static void main(String[] args) {
// demo d = new demo();
// d.setDemo();
// if (d.isFlag()){
// System.out.println("sad");
// }
// }
}
Back
|
FazBrowse Home
|
New Git URL