Actions Status MetaCPAN Release

NAME

pw - Interactive password and ID information extractor for greple

SYNOPSIS

# Basic usage
greple -Mpw pattern file

# Search in encrypted files
greple -Mpw password ~/secure/*.gpg

# Configure options
greple -Mpw --no-clear-screen --chrome password data.txt
greple -Mpw --config timeout=600 --config debug=1 password file.txt

VERSION

Version 1.02

DESCRIPTION

The pw module is a greple extension that provides secure, interactive handling of sensitive information such as passwords, user IDs, and account details found in text files. It is designed with security in mind, ensuring that sensitive data doesn't remain visible on screen or in terminal history.

Key Features

Some banks use random number matrices as a countermeasure for tapping. If the module successfully guesses the matrix area, it blacks out the table and remembers them.

  | A B C D E F G H I J
--+--------------------
0 | Y W 0 B 8 P 4 C Z H
1 | M 0 6 I K U C 8 6 Z
2 | 7 N R E Y 1 9 3 G 5
3 | 7 F A X 9 B D Y O A
4 | S D 2 2 Q V J 5 4 T

Enter the field positions to get the cell items like:

> E3 I0 C4

and you will get the answer:

9 Z 2

Case is ignored and white space is not necessary, so you can type like this as well:

> e3i0c4

INTERFACE

Parameter Details

BROWSER INTEGRATION

The pw module includes browser integration features for automated input. Browser options are available:

During interactive mode, you can use the input command to send data to browser forms automatically.

EXAMPLES

SEE ALSO

App::Greple, App::Greple::pw

https://github.com/kaz-utashiro/greple-pw

AUTHOR

Kazumasa Utashiro

LICENSE

Copyright (C) 2017-2025 Kazumasa Utashiro.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.