Sign in to follow this
Followers
0
-
Similar Content
-
By dEEpEst
Detect It Easy, or abbreviated "DIE" is a program for determining types of files.
"DIE" is a cross-platform application, apart from Windows version there are also available versions for Linux and Mac OS.
Many programs of the kind (PEID, PE tools) allow to use third-party signatures. Unfortunately, those signatures scan only bytes by the pre-set mask, and it is not possible to specify additional parameters. As the result, false triggering often occur. More complicated algorithms are usually strictly set in the program itself. Hence, to add a new complex detect one needs to recompile the entire project. No one, except the authors themselves, can change the algorithm of a detect. As time passes, such programs lose relevance without the constant support.
Detect It Easy has totally open architecture of signatures. You can easily add your own algorithms of detects or modify those that already exist. This is achieved by using scripts. The script language is very similar to JavaScript and any person, who understands the basics of programming, will understand easily how it works. Possibly, someone may decide the scripts are working very slow. Indeed, scripts run slower than compiled code, but, thanks to the good optimization of Script Engine, this doesn't cause any special inconvenience. The possibilities of open architecture compensate these limitations.
DIE exists in three versions. Basic version ("DIE"), Lite version ("DIEL") and console version ("DIEC"). All the three use the same signatures, which are located in the folder "db". If you open this folder, nested sub-folders will be found ("Binary", "PE" and others). The names of sub-folders correspond to the types of files. First, DIE determines the type of file, and then sequentially loads all the signatures, which lie in the corresponding folder. Currently the program defines the following types:
MSDOS executable files MS-DOS PE executable files Windows ELF executable files Linux MACH executable files Mac OS Binary all other files You could download binaries for Windows, Linux and Mac here:
Hidden Content
Give reaction to this post to see the hidden content. -
By itsMe
Hidden Content
Give reaction to this post to see the hidden content. WhatWaf is an advanced firewall detection tool whose goal is to give you the idea of “There’s a WAF?”. WhatWaf works by detecting a firewall on a web application and attempting to detect a bypass (or two) for said firewall, on the specified target.
Features
Ability to run on a single URL with the -u/--url flag
Ability to run through a list of URL’s with the -l/--list flag
Ability to detect over 40 different firewalls
Ability to try over 20 different tampering techniques
Ability to pass your own payloads either from a file, from the terminal, or use the default payloads
Default payloads that are guaranteed to produce at least one WAF triggering
Ability to bypass firewalls using both SQLi techniques and cross-site scripting techniques
Ability to run behind multiple proxy types (socks4, socks5, http, https, and Tor)
Ability to use a random user agent, personal user agent, or custom default user agent
Auto-assign protocol to HTTP or ability to force protocol to HTTPS
A built-in encoder so you can encode your payloads into the discovered bypasses
More to come…
Changelog v1.7
Bunch of issue fixes with a few new wafs added into it enjoy
Hidden Content
Give reaction to this post to see the hidden content. -
By itsMe
Hidden Content
Give reaction to this post to see the hidden content. Detect It Easy
Detect It Easy, or abbreviated “DIE” is a program for determining types of files.
“DIE” is a cross-platform application, apart from Windows version there are also available versions for Linux and Mac OS.
Changelog v2.0.5
[+] Many bugs have been fixed.
[+] JSON output in the console version.
[+] No UPX build for Windows version
(DiE packed with UPX has AntiVirus alerts)
Hidden Content
Give reaction to this post to see the hidden content. -
By itsMe
Hidden Content
Give reaction to this post to see the hidden content. WhatWaf is an advanced firewall detection tool whose goal is to give you the idea of “There’s a WAF?”. WhatWaf works by detecting a firewall on a web application and attempting to detect a bypass (or two) for said firewall, on the specified target.
Features
Ability to run on a single URL with the -u/--url flag
Ability to run through a list of URL’s with the -l/--list flag
Ability to detect over 40 different firewalls
Ability to try over 20 different tampering techniques
Ability to pass your own payloads either from a file, from the terminal, or use the default payloads
Default payloads that are guaranteed to produce at least one WAF triggering
Ability to bypass firewalls using both SQLi techniques and cross-site scripting techniques
Ability to run behind multiple proxy types (socks4, socks5, http, https, and Tor)
Ability to use a random user agent, personal user agent, or custom default user agent
Auto-assign protocol to HTTP or ability to force protocol to HTTPS
A built-in encoder so you can encode your payloads into the discovered bypasses
More to come…
Changelog v1.5.4
minor update to Cloudflare detection via issue #299
Hidden Content
Give reaction to this post to see the hidden content. -
By itsMe
Hidden Content
Give reaction to this post to see the hidden content. 2.04
[+] Many bugs have been fixed
Hidden Content
Give reaction to this post to see the hidden content.
-