Posts

Showing posts with the label Kali Linux

Private Linux/Unix/Windows Based Cpanel Bruter 2017 - Python - Free

Image
DOWNLOAD LINK :- CLICK HERE FREE Admin Contacts:- Jabber :- Hack2wwworld@exploit.im ICQ :- 711665165 Skype :- Hacktowwworld@gmail.com Email :- Hacktowwworld@gmail.com Facebook :- https://www.facebook.com/profile.php?id=100014434566716

Sqli Scanner - How to Find Website Vulnerability on Kali Linux

Image
DOWNLOAD LINK :  Sqli-Scanner   Sqli-Scanner

Private Linux/Unix/Windows Based Cpanel Bruter

Image
DOWNLOAD LINK :-  Click Here

Sherlocked - Transforms any Script into an Executable ELF Protected, Encrypted with Anti-debugging

Image
This tool or "script universal packer" has a couple of years and is still quite useful ... Sherlocked is a protector of scripts of any kind (python, perl, shell etc.) using a simple XOR with password. Unless the -r option is used, the key is stored encrypted within the binary and run without having to set manually. Sherlocked basically takes the script, encrypts and saves it as an executable file x86_64 ELF with anti-debugging code (initially stripea of the symbol table and compressed with UPX). In runtime executable that temporarily decrypts the script and writes it to a random file in / tmp. Then pass the script and command line arguments to the interpreter is released and finally deletes the script. The only "but" if you use a password file (-r option) is that it does not support arguments cmdline, but could be implemented. And as we are, to improve you could also use a real encryption stream as SALSA20 rather simple XOR and for AV annoying, modify the stub with ...

Collection of Python Tools For Pentesters

Image
If you are involved in vulnerability research, reverse engineering or penetration testing, surely you've already used Python because it  has a rich set of libraries and tools for these purposes.  On the  page of Dirk Loss  we can find a great compilation  tools written in Python for penetration testers  , some of them only links to existing C libraries, ie, tools that make them easily usable from Python programs libraries.  However, the fuzzy legal situation in Germany did not include some of the tools aggressive (frameworks PenTest, smashers bluetooth, scanners web application vulnerabilities, war-dialers, etc.).  Therefore , and to have a more complete list,  we will be adding all the tools that we will find.  Do not hesitate to  comment on this entry if you know any more  and want that we add to this list: Network Dirtbags py-pcap  : Read PCAP files without libpcap DHCPig  : Python script that makes ...

Pen Testing Scripts By Common Exploits

Image
It has been a long time since I have posted on the blog, I have been very busy! I have created quite a few new scripts over the last year that I have finally shared and also have updated a few. These typically are scripts I have made for specific jobs I have been to make life easier. Things to consider, some of the scripts are older and may have bugs. These are scripts I have created with basic knowledge of bash etc. They do the job, use them or don’t use them, so I am not looking for a code review thanks  Here is a list of tools you can find and a brief overview of what they do: New tools released 2014. Whatsfree https://github.com/commonexploits/whatsfree Useful for when conducting pentests. Quickly find a live IP address to use. This can be handy when the client says “just pick one that is free” or when they give you a spreadsheet with an IP address to use and you want to ensure it is really free. Quite often typos will occur and you could take out a live box if you set the wron...