-
I am a developer for blackarch.org, we are building an unoffiical repo for archlinux for pentesters. I had considered adding this tool as soon as I saw it on toolswatch.org. I have a pkgbuild already …
-
I am a developer for Blackarch.org, we are building a archlinux repository for pentesters. We would like to add this to our repository but we noticed its missing a license file. May we add this our re…
-
Hi everyone!
I'm running wpscan on kali linux. I'm only enumerating usernames, but whatever url I put, it always return the same users list O.o
For example, if I type:
wpscan --url http://test.word…
-
Would it be possible to not capture the password, but just the username when running the credential harvester? Up to this point I have been able to modify the python script to accomplish this, but wo…
-
```
static function PortReadable()
{
$port = self::Port();
if ($port=="80" && strtolower(self::Protocol())==self::PROTOCOL_HTTP)
$port="";
else if ($port=="443" && strtolower(self:…
-
I used beef for a month ,other things a perfect , but one thing bothered me a lot , I can not use metasploit in the newest version of beef, can some one share the experience of using beef or how to co…