Skip to content

Commit

Permalink
typo in url
Browse files Browse the repository at this point in the history
three slashes in url
  • Loading branch information
multiflexi authored Jan 28, 2019
1 parent 60f7446 commit 805e608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exploit/components.pl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
}
$tmp.= $tmtm;
}
$tmp.= "Reference : https:///www.exploit-db.com/exploits/". @matches[5]. "\n" if @matches[5] !~ /-/;
$tmp.= "Reference : https://www.exploit-db.com/exploits/". @matches[5]. "\n" if @matches[5] !~ /-/;
$tmp.= "Component : ". @matches[4]. "\n" if @matches[4] !~ /-/;
$tmp.= "Fixed in : ". @matches[6]. "\n" if @matches[6] !~ /-/;
#$tmp.= "Introduced in : ". @matches[7]. "\n" if @matches[7] !~ /-/;
Expand Down Expand Up @@ -123,4 +123,4 @@
dprint("Enumeration component");
fprint("components are not found");
}
#end find components
#end find components

0 comments on commit 805e608

Please sign in to comment.