Skip to content

Commit

Permalink
Update platforms.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
naryal2580 authored Jan 8, 2022
1 parent dd591ef commit dc093b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ struct Definition {
}

pub fn _get_signatures_from_repo() -> Result<String, Box<dyn Error>> {
let url = "https://raw.githubusercontent.com/Pentester-Nepal/Subdomain-Takeover-Signatures/main/signatures.json";
let url = "https://git.io/signatures_json";
let resp = reqwest::blocking::get(url)?.text()?;
Ok(resp)
}
Expand Down

0 comments on commit dc093b1

Please sign in to comment.