Opt-In Software Blog

MD5 List Generator

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

Opt-In List Manager 1.1.66

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: `!@#$%^&*()_+|\-=\\{}\[\]:";'<>?,./

oilm.1.1.66-tn

TCP Port Mapper 1.77

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:

ie-socks-configure-tn

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

Account Verifier 1.32

by Vitaly, Wednesday, November 11th, 2015

Account Verifier 1.32 has been released.

Added “Extract URLs“ feature. It allows to extract links from email messages in the mailbox accessed using a POP3 protocol.

  • Check Load Emails option and click More POP3 options link to open POP3 Options dialog box.
  • Select Extract tab and check Extract URLs option. Select the path to the file where you want to store the extracted links.
  • Enter Accept and Discard URLs rules and Accept/Discard Order.
    Accept,Discard“ order tells AV that the Accept rules are processed before the Discard rules. If the URL does not match the Accept rule or it does match the Discard rule, then it will be discarded.
    Discard,Accept“ order means that the Discard rules are processed before the Accept rules. If the URL does not match the Discard rule or it does match the Accept rule, then it will be accepted.

TCP Port Mapper in Proxy mode: how redirect all traffic to the specified host:port.

by Vitaly, Friday, July 31st, 2015

When TCP Port Mapper (tcpportmap) acts as a proxy (ProxyMode has one of the values: HTTP, CONNECT, SOCKS4 or SOCKS5), then MapToHost and MapToPort can be used to forward all traffic to the specifed host:port.

For example, let ProxyMode=CONNECT and TCP Port Mapper has received this command from the client:

CONNECT www.google.com:80 HTTP/1.1
  1. If MapToHost=127.0.0.1, MapToPort=8080 then TCP Port Mapper will establish connection to 127.0.0.1:8080.
  2. If MapToHost=127.0.0.1, MapToPort is not specified (or zero) then TCP Port Mapper will establish connection to 127.0.0.1:80.
  3. If MapToHost is not specified (or empty), MapToPort=8080 then TCP Port Mapper will establish connection to www.google.com:8080.
  4. If the both MapToHost and MapToPort are not specified then TCP Port Mapper will establish connection to www.google.com:80.

Tags: Proxy, TCP

IMAP Checker

by Vitaly, Thursday, July 30th, 2015

IMAP Checker 1.1 has been released.

This tool allows to count e-mails in the Inbox and Spam folders.
It uses IMAP protocol to access mailboxes and it has multi-threaded architecture.

On the IMAP Servers tab you need to fill in the IMAP settings for different e-mail domains.

Aol IMAP Settings

Domain(s): aol.com, aol.co.uk
Host: imap.aol.com
Port: 143
SSL/TLS: No SSL Support
Authentication Type: User/Password
Inbox Folder: INBOX
Spam Folder: SPAM

Gmail IMAP Settings

Domain(s): gmail.com, googlemail.com
Host: imap.gmail.com
Port: 993
SSL/TLS: Implicit SSL
Authentication Type: User/Password
Inbox Folder: Inbox
Spam Folder: [Gmail]/Spam

Hotmail/Outlook IMAP Settings

Domain(s): hotmail.com, outlook.com
Host: imap-mail.outlook.com
Port: 993
SSL/TLS: Implicit SSL
Authentication Type: User/Password
Inbox Folder: Inbox
Spam Folder: Junk

Yahoo IMAP Settings

Domain(s): yahoo.com, yahoo.co.uk
Host: imap.mail.yahoo.com
Port: 993
SSL/TLS: Implicit SSL
Authentication Type: User/Password
Inbox Folder: Inbox
Spam Folder: Bulk Mail

Tags: IMAP