Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.
Eric Mink edited this page Sep 1, 2020 · 1 revision

This wiki is just notes for my own usage. Probably not useful to you, since you don't have the database.

Mysql

 use shiverdbone; select NOW(), myindex, email, pass from collectionone order by myindex desc limit 1;
mysql> show full processlist;
+-------+--------+-----------+-------------+---------+------+-------+-----------------------+
| Id    | User   | Host      | db          | Command | Time | State | Info                  |
+-------+--------+-----------+-------------+---------+------+-------+-----------------------+
| 11894 | shiver | localhost | shiverdbone | Query   |    0 | NULL  | show full processlist |
+-------+--------+-----------+-------------+---------+------+-------+-----------------------+

Parsing

 python3.6 -c "import parse; parse.launchParseFilesInDir('/mnt/oceanPortal/breachcollections19/unarchived/workingDirForParsing/', 'txt');"
mv `ls -d /mnt/oceanPortal/breachcollections19/unarchived/collection1eucombos/* | head -10` /mnt/oceanPortal/breachcollections19/unarchived/workingDirForParsing/
Clone this wiki locally