Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


How to read all line of a txt file filter_list
Author
Message
How to read all line of a txt file #1
In The Name Of Allah
Salam Alekum
i'm programming a program to burte force MD5 Hash with wordlist dictionary but a program read just 0-601983 line how i make a my program to read all line it nearly 130000000 line all line content one word .
I read a file with:
BurteForce reader method . With readline() .
Ok my quistion is how i make it read all line for me.
Wasalam Alekum
Thank You

i use java languge with NetBeans.
(This post was last modified: 07-28-2016, 02:21 PM by Mr.Kurd.)
Die  But Don't Lie
“Oh Abu Dharr! Don’t look at the smallness of the sin but look at the one you disobeyed.” Prophet Muhammad (pbuh)
[Image: p_237m2jx1.png]
Click for Free VPN

Reply

RE: How to read all line of a txt file #2
Can you share the code that you've done so far?
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply

RE: How to read all line of a txt file #3
I'm very confused ........

Reply

RE: How to read all line of a txt file #4
(07-28-2016, 02:31 PM)Aero Blue Wrote: I'm very confused ........
English isn't his strong language I guess, I've been helping him previously, it's hard to understand his question
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply

RE: How to read all line of a txt file #5
the code that you give it me.Ex094
Die  But Don't Lie
“Oh Abu Dharr! Don’t look at the smallness of the sin but look at the one you disobeyed.” Prophet Muhammad (pbuh)
[Image: p_237m2jx1.png]
Click for Free VPN

Reply

RE: How to read all line of a txt file #6
It might be possible that your text file has an EMPTY LINE on 601983 position (line), hence it gets treated as NULL and the WHILE loop exits.

Try sanitizing your worldlist
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply

RE: How to read all line of a txt file #7
No i chick it it don't read line 601984 but read line 601983.
But i want read it all how i read it all?
Die  But Don't Lie
“Oh Abu Dharr! Don’t look at the smallness of the sin but look at the one you disobeyed.” Prophet Muhammad (pbuh)
[Image: p_237m2jx1.png]
Click for Free VPN

Reply

RE: How to read all line of a txt file #8
Can you post what's at line 601984, 601983
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply

RE: How to read all line of a txt file #9
i'm not on my laptop but i think it this:
perfect
prac

but in java ducumation i read it that the code that you gava me it read nearlly 601500 line. Can you make a code witn same logic but read it all.

Teacher you coded it or not?
(This post was last modified: 07-28-2016, 03:51 PM by Mr.Kurd.)
Die  But Don't Lie
“Oh Abu Dharr! Don’t look at the smallness of the sin but look at the one you disobeyed.” Prophet Muhammad (pbuh)
[Image: p_237m2jx1.png]
Click for Free VPN

Reply

RE: How to read all line of a txt file #10
Do you ave some value that increments to something and while loop stops when it reaches it?

Reply







Users browsing this thread: 2 Guest(s)