Patator is a multi-purpose brute-forcer, written in pyton language, with a modular design and a flexible usage. Can be modified and rewritten as per our environment requirement. Patator is licensed GPLv2.
Modules supported buy patator
ftp_login : Brute-force FTP
ssh_login : Brute-force SSH
telnet_login : Brute-force Telnet
smtp_login : Brute-force SMTP
smtp_vrfy : Enumerate valid users using the SMTP VRFY command
smtp_rcpt [...]
Tagged as:
Bruteforce,
Patator,
python,
Security Reconnaissance
Our old post about Dranzer introduced you with tools such as COMRaider and AxMan. Dranzer could help you fuzz ActiveX objects.
But some times, you would also need to know the Interface Definition Language (IDL) of the component that is not registered on the computer. In such case of reverse engineering or malware analysis or fuzzing, [...]
Tagged as:
ActiveX security,
AxMan,
COMRaider,
Dranzer,
Fuzzer,
python,
security testing,
WhoHasTLB
We blogged about fimap here. Now, an updated version 08 is available for download.
“fimap is a little python tool which can find, prepare, audit, exploit and even google automaticly for local and remote file inclusion bugs in webapps. fimap should be something like sqlmap just for LFI/RFI bugs instead of sql injection.”
This is the change [...]
Tagged as:
fimap,
local file inclusion,
python,
remote file inclusion
We blogged about fimap here. Now, an updated fimap version 07 is available for download.
“fimap is a little python tool which can find, prepare, audit, exploit and even google automaticly for local and remote file inclusion bugs in webapps. fimap should be something like sqlmap just for LFI/RFI bugs instead of sql injection.”
This is [...]
Tagged as:
fimap,
local file inclusion,
python,
remote file inclusion
Remote File Inclusion is a type of attack; which primarily affects PHP, that allows a user to run his/her own PHP code on a vulnerable website.
With Local File Inclusion, you have the ability to execute an arbitrary file on the server.
So, you see both these types of attacks are very dangerous, yet easy to scan! [...]
Tagged as:
fimap,
local file inclusion,
python,
remote file inclusion