Skip to content

Commit

Permalink
update user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Tavares committed Apr 23, 2023
1 parent d1d98a1 commit 80b0f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CuckooNest.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function getPage(){
$url = $this->target_base_url.$this->status['username'];
$page = hQuery::fromUrl($url, [
"Accept" => "text/html,application/xhtml+xml;q=0.9,*/*;q=0.8",
"User-Agent" => "BlueBirb"
"User-Agent" => "CuckooNest"
]);
if(!$page){
return $this->issue("No 200 response from ".$url);
Expand Down

0 comments on commit 80b0f9d

Please sign in to comment.