Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outputting Accounts #12

Open
JoshuaDennisBlackman opened this issue Apr 12, 2017 · 8 comments
Open

Outputting Accounts #12

JoshuaDennisBlackman opened this issue Apr 12, 2017 · 8 comments
Assignees

Comments

@JoshuaDennisBlackman
Copy link

JoshuaDennisBlackman commented Apr 12, 2017

Currently it outputs accounts into a .csv which is fine, however the format is quite frustrating, as you have to manually delete the email from each account line. Maybe having a flag which you could choose how you would like them outputted, for example

"-acout rm" would be ptc,username,password
"-acout standard" would be username:password

@drallieiv
Copy link
Owner

Added a simple log at end of batch in rocketMap format.
This feature will have to modify quite a few files and will be obsolete when GUI will be done.
So it is no longer in priority list.

@tokar86a
Copy link

Yes this si sure something i would like to see.

@JerryLosey
Copy link

Any idea when the GUI will be done? This feature would be really nice to have...

@TechG3n
Copy link

TechG3n commented Jan 22, 2018

For headless use it would be perfect to have a option to output the accounts in a csv in a usefull format. When the GUI is ready, will it still support commandline only?

@drallieiv
Copy link
Owner

Output is already in csv. GUI dev have been put on hold for now.

@TechG3n
Copy link

TechG3n commented Jan 22, 2018

Yes in csv, but not in usefull format.
I will try to build something with SED or something to extract name + password to get it like 'ptc,account, pwd'

@drallieiv
Copy link
Owner

Do you have any suggestions about a more usefull format? Without loosing any feature

@TechG3n
Copy link

TechG3n commented Jan 22, 2018

Maybe another csv file?
One for log and all (like now output.csv) and one with only 'ptc,accountname,password' (next line, next account)
A perfect solution would be a argument to specify the output csv - so you can point it directly to the Rocketmap accounts.csv (or any other map)
-account-only /test/accounts.csv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants