Skip to content

Instantly share code, notes, and snippets.

@whoisnian
whoisnian / preseed.conf
Created November 19, 2019 17:50
2019 ICPC 沈阳站现场赛环境配置记录
#### Contents of the preconfiguration file (for stretch)
### Localization
# Preseeding only locale sets language, country and locale.
d-i debian-installer/locale string en_US.UTF-8
# The values can also be preseeded individually for greater flexibility.
#d-i debian-installer/language string en
#d-i debian-installer/country string NL
#d-i debian-installer/locale string en_GB.UTF-8
# Optionally specify additional locales to be generated.

第一次请求

GET
http://219.216.96.4/eams/loginExt.action

接收

根据响应头设置GSESSIONID
根据响应头设置JSESSIONID
根据响应内容查找CryptoJS.SHA1(),获取密码SHA1拼接字符串,取得结果

第二次请求(登录)