DOGE : Darknet Osint Graph Explorer
DOGE is a darknet Osint Graph Explorer, which is still in the development stage and you should use this in addtion to Darknet OSINT Transform. Query prototype: SELECT DISTINCT custom_column_name AS input, another_custom_name AS output FROM some_table, obviously you can add other options as WHERE, ORDER BY, etc. Also Read - Metaforge : An OSINT Metadata Analysing Tool that Filters...
Top Best Useful Commands for Kali Linux?
Linux administrators can't live by the graphical UI alone. That is the reason we've ordered helpful Linux commands into this advantageous guide. Kali Linux is a Debian inferred Linux circulation intended for computerized crime scene distribution and penetration testing. It comes with a lot of inbuilt hacking tools which can be used to hack websites and wireless networks. With just a few commands,...
What is Bug Bounty Program?
A bug bounty program, likewise called a vulnerability rewards program (VRP), is a publicly supporting activity that rewards people for finding and revealing programming bugs. When developing up a site or application the designers are specialists altogether checks your item up, down and sideways, testing every aspect of its functionality. However, they may not be a specialist with regards to cybersecurity testing. So worried...
Metaforge : An OSINT Metadata Analysing Tool that Filters Through Tags & Creates Reports
Metaforge is an OSINT Metadata analysing tool that filters through tags and creates reports. Please note that it requires at least python version 3.5 to work! Supported Filetypes dlldocxdocexegifhtmljpegmkvmp3mp4odpodsodtpdfpngpptxpptsvgtorrentwavxlsxxlszip Also Read - SocialFish : Educational Phishing Tool & Information Collector Setup Install exiftool Debian-based apt install libimage-exiftool-perl RHEL-based yum install perl-Image-ExifTool Arch Linux pacman -S perl-image-exiftool Mac OSX brew install exiftool Install dependencies pip3 install -r requirements.txt Running Metaforge Place the files you wish...
Mad Metasploit : Metasploit Custom Modules, Plugins & Resource Script
Mad Metasploit is an awesome metasploit collection which include metasploit custom modules, plugins and resource script. Add mad-metasploit to metasploit framework config your metasploit-framework directory $ vim config/config.rb$metasploit_path = '/opt/metasploit-framework/embedded/framework/'/usr/share/metasploit-framework Interactive Mode $ ./mad-metasploit Commandline Mode(preset all) $ ./mad-metasploit Also Read - Hashboy : A Hash Query Tool Use custom modules search auxiliary/exploits, other.. HAHWUL > search springbootMatching ModulesName ...
Hashboy : A Hash Query Tool
Hashboy is a simple hash query tool and was redeveloped on hash-buster. So let us have a look on how to install and use the hash query tool. Install $git clone https://github.com/sf197/hashboy-tool$cd hashboy-tool$python3 hashboy.py Usage $ python3 hashboy.py Author:Leiothrix Github:https://github.com/sf197usage: hashboy.py optional arguments: -h, --help ...
Can’t you Finish your Essay in a Short Time?
Essays are always a mandatory task that is avoided. However it is avoided, essay writing is one of the most important academic representations. Not only that, but essays are also set as one of the prerequisites for graduation for certain subjects. We have come to a conclusion about the importance of essays in the process of academic education. But...
CarbonCopy : A Tool Which Creates A Spoofed Certificate of Any Online Website
CarbonCopy is a tool which creates a spoofed certificate of any online website and signs an Executable for AV Evasion. Works for both Windows and Linux. Also Read - DNS-Shell : An Interactive Shell Over DNS Channel CarbonCopy creates a self-signed certificates which looks like the original certificate, i.e. subject, issuer etc seem to match. But, the...
Karma : Find Leaked Emails with Your Passwords
Karma is a tool used for find leaked emails with your passwords. Usage this program for attacking targets without prior consent is illegal. It's the end user's responsibility to obey allapplicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. Also Read -...
Arjun : HTTP Parameter Discovery Suite
Also Read - PFQ : Functional Network Framework for Multi-Core Architectures Usage Note: Arjun doesn't work with python < 3.4 Discover parameters To find GET parameters, you can simply do: python3 arjun.py -u https://api.example.com/endpoint --get Similarly, use --post to find POST parameters. Multi-threading Arjun uses 2 threads by default but you can tune its performance according to your network connection. python3 arjun.py -u https://api.example.com/endpoint --get -t 22 Delay between...