by Vitaly, Wednesday, December 30th, 2015
MD5 List Generator – new tool that allows to calculate MD5-hash values of the strings.
20 most popular passwords with their MD5:
123456 e10adc3949ba59abbe56e057f20f883e
password 5f4dcc3b5aa765d61d8327deb882cf99
12345 827ccb0eea8a706c4c34a16891f84e7b
12345678 25d55ad283aa400af464c76d713c07ad
qwerty d8578edf8458ce06fbc5bb76a58c5ca4
123456789 25f9e794323b453885f5181f1b624d0b
1234 81dc9bdb52d04dc20036dbd8313ed055
baseball 276f8db0b86edaa7fc805516c852c889
football 37b4e2d82900d5e94b8da524fbeb33c0
1234567 fcea920f7412b5da7be0cf42b8c93759
monkey d0763edaa9d9bd2a9516280e9044d885
letmein 0d107d09f5bbe40cade3de5c71e9e9b7
abc123 e99a18c428cb38d5f260853678922e03
111111 96e79218965eb72c92a549dd5a330112
mustang bee783ee2974595487357e195ef38ca2
access 9df3b01c60df20d13843841ff0d4482c
shadow 3bf1114a986ba87ed28fc1b5884fc2f8
master eb0a191797624dd3a48fa681d3061212
superman 84d961568a65073a3bcf0eb216b2a576
696969 7d0710824ff191f6a0086a7e3891641e
Tags: Hash, List, MD5
by Vitaly, Monday, December 28th, 2015
Account Verifier 1.34 released.
Added new feature that allows to visit the links: “Load (visit) extracted URLs”.
You can specify the proxy and IP rotation settings that will be used to visit the links.
Tags: POP3
by Vitaly, Sunday, December 13th, 2015
Web Proxy Checker Pro 1.7.44 released.
New Features
1. Format of the source lines: user:pass@host:port
(default), host:port:user:pass
.
2. Timeout unit: seconds
(default), milliseconds
.
Tags: Proxy
by Vitaly, Wednesday, December 9th, 2015
TCP Port Mapper 1.77 released.
New version supports options to connect via proxy:
ConnectProxyHost
, ConnectProxyPort
, ConnectProxyMode
, ConnectProxyUser
, ConnectProxyPass
.
Example. Listen all SOCKS requests from a web browser or an application and forward the requests to Fiddler.
IE Internet Options->LAN Settings->Advanced->Proxy Settings:
portmapcfg.ini:
ListenPort=1080
ProxyMode=SOCKS4
ConnectProxyMode=CONNECT
ConnectProxyHost=127.0.0.1
ConnectProxyPort=8888
DNSHost=8.8.8.8
DNSPort=53
DNSHost2=8.8.4.4
DNSPort=53
More deatils: TCP Port Mapper Help.
Tags: HTTPS, Proxy, SOCKS, TCP
by Vitaly, Wednesday, November 18th, 2015
Opt-In List Manager 1.1.66 has been released.
New feature “Skip Characters” has been added to “Extract And Clean” tool.
It allows to suppress invalid characters that may exist in the source file.
Specifying the range of the allowed characters:
- Alphabetic characters:
a-zA-Z
- Alphanumeric characters:
a-zA-Z0-9
- Digits:
0-9
- Punctuation and symbols:
`!@#$%^&*()_+|\-=\\{}\[\]:";'<>?,./