Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yxdnr authored Feb 27, 2023
1 parent 5dc2ba7 commit 034f1d3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"url": "http://192.168.86.186/pikachu-master/vul/burteforce/bf_server.php",
"driver_path": "D:/python3/chromedriver.exe",
"user_xpath": "//*[@id=\"main-container\"]/div[2]/div/div[2]/div/div/form/label[1]/span/input",
"pass_xpath": "//*[@id=\"main-container\"]/div[2]/div/div[2]/div/div/form/label[2]/span/input",
"orc_input_xpath": "//*[@id=\"main-container\"]/div[2]/div/div[2]/div/div/form/label[3]/span/input",
"orc_xpath": "//*[@id=\"main-container\"]/div[2]/div/div[2]/div/div/form/label[4]/img",
"login_button_xpath": "//*[@id=\"main-container\"]/div[2]/div/div[2]/div/div/form/div[2]/label/input",
"orc_res_xpath": "//*[@id=\"main-container\"]/div[2]/div/div[2]/div/div/p",
"regex_verify_res": "验证码输入错误哦",
"regex_login_fail_res": "username or password is not exists"
}

0 comments on commit 034f1d3

Please sign in to comment.