Skip to content

Commit

Permalink
增加对自签名等证书的支持
Browse files Browse the repository at this point in the history
  • Loading branch information
feihong committed May 7, 2020
1 parent 8730ede commit dd28a22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/shiroexploit/gui/StartPane.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ public static void main(String[] args) {
@Override
public void start(Stage primaryStage) throws Exception {

System.setProperty("user.dir","C:\\Users\\41157\\Desktop\\ShiroExploit.V2.1");

Pane borderPane = new StartPane().getPane();
primaryStage.setTitle("Shiro550/721漏洞检测 by飞鸿");
primaryStage.setScene(new Scene(borderPane, 650, 500));
Expand Down

0 comments on commit dd28a22

Please sign in to comment.