How find BISS keys over CWFinder09 of help CW_list_Attack ...

ALSID4T

Registered
Messages
50
Thanks shishmish
151441756921411.jpg

What does this message mean?:confused:
 

jan55

Member
Messages
4,269
"CW_Brute_list_2018" - 31.12.2017 (last in the year)
- added a some new lines
- sorted and without duplicates

- total old CW keys have less than 1% in this CW_list



:newyear: HAPPY NEW YEAR :newyear:

All the best & Good luck !
It all to You wants
a shishmish
:bye:
 
Last edited:

sattechtips

Registered
Messages
426
@shishmish i have at least 10 example where cw is in your list, but not found cw, were is the problem ?

Not problem encryted record, because when set CW at end of cw list found cw.

Problem with sorting or?

I test with CW list brute force

IF you want encypted file to test you write me.
 

ALSID4T

Registered
Messages
50
A good program to facilitate the search for codes in key words ...
This is my experience
:thum:

151493167918421.jpg
 
C

campag5242

@shishmish i have at least 10 example where cw is in your list, but not found cw, were is the problem ?
The latest file contains 1853 lines which aren't the full 12 hex digits of a BISS Session Word. I guess CWBruteList gets out of sync after the first such truncated line.

You can fix the file by removing those short lines. In linux/bash:
Code:
awk 'length>8' CW_Brute_list_2018.txt > repaired2018.txt
will give you a new 'repaired2018.txt' file which works.
 

sattechtips

Registered
Messages
426
Yeah, i make sorting by length and show me problem lines and after remove, all CW fine perfect.

Thanks @campag5242
 

jan55

Member
Messages
4,269
@campag5242
Thanks for the note and advice !
Can I get a list of 1853 lines that are not the full 12 hex digits of a BISS Session Word? I'll try to fix those lines !
But I had no problem with latest "CW_Brute_list_2018.txt" files.
 

marrakr

Registered
Messages
293
I can confirm that that wrong lines was added recently.
E.g.:
ACFF04
ACFF05
ACFF06
ACFF07
ACFF08
ACFF09
ACFF10
ACFF11
ACFF12
ACFF13
ACFF14
ACFF15
ACFF16
ACFF17
ACFF18
ACFF19
ACFF20
ACFF21
ACFF22
ACFF23
ACFF24
ACFF25
ACFF26
ACFF27
ACFF28
ACFF29
ACFF30
ADAB30

Simple python script to fix bad file:
Code:
file1 = open('CW_Brute_list_2018.txt', 'r')
lines = file1.readlines()
file1.close()

file2 = open('CW_Brute_list_2018_fixed.txt', 'w+')

for line in lines:
  if len(line) < 12:
    continue
  file2.write(line)
file2.close()
 
C

campag5242

@campag5242
Thanks for the note and advice !
Can I get a list of 1853 lines that are not the full 12 hex digits of a BISS Session Word? I'll try to fix those lines !
But I had no problem with latest "CW_Brute_list_2018.txt" files.
Hi shishmish. Do you have a linux on a PC (bash in Win64 is good) or a Raspberry Pi? If so open a terminal and type the following:

To show lines which are too short.
Code:
awk 'length<13' CW_Brute_list_2018.txt

To show lines which are too long:
Code:
awk 'length>13' CW_Brute_list_2018.txt

(It's '13' because linux counts the CR in the CRLF line ending as a character.)

There'll be a way of checking that the file contains only 0-9, A-F characters too.
 

jan55

Member
Messages
4,269
First I thank to all my Friends (@campag5242, @sattechtips, @dahaka & @marrakr) for all the help in this post

I did it and repaired "CW_Brute_list_2018" with the help of MS Excel but first helped me @sattechtips with a complete list of bad lines.
Also thanks to @dahaka for instructions on erasing bad lines in Notepad ++.
@campag5242, I'm sorry but I do not have Linux OS installed on PC.
@marrakr, I have no experience in working with a python script but I will try the test.

Now:
Update "CW_Brute_list_2018" - 5.1.2018
- deleted wrong lines (3243)
- added a some new lines (more than 2100)
- sorted and without duplicates
- total old CW keys have less than 1% in this "CW_Brute_list_2018"




Good luck :thum:
 

jan55

Member
Messages
4,269
Update "CW_Brute_list_2018" - 11.1.2018
- added a some new lines (more than 10.000) ;)
- sorted and without duplicates
- total old CW keys have less than 1% in this "CW_Brute_list_2018" :)



Good luck :thum:
 

barney115

Donating Member
Staff member
Administrator
Messages
24,808
Update "CW_Brute_list_2018" - 11.1.2018
- added a some new lines (more than 10.000)
- sorted and without duplicates
- total old CW keys have less than 1% in this "CW_Brute_list_2018"
This update is very,very good ..
my first time finding any BISS Key with CW_Brute .exe tool
Tested on Arqiva 7E Tennis Feed @ 12555 H 7120
Here => http://www.sat-universe.com/showpost.php?p=2036859425&postcount=4853

it was apparently an old Biss Key but regardless Key was found with just 1 min .TS Recording :)

I Do hope its possible to find many more keys like this it Really should with 10K lines of NEW keys i hope ..untill now i have had zero success whatsoever :eek: :confused:
 

barney115

Donating Member
Staff member
Administrator
Messages
24,808
lots more keys found now ...
i think this New List is going to be great i think may be other lists were not working as they should or may have been somehow slightly corrupted perhaps ?

but this latest Update "CW_Brute_list_2018" - 11.1.2018
is certainly absolutely flying ...i just have to laugh at how fast it can generate a working key , it can not be compared with the CW Finder tool because its just milliseconds in reality .

i will say good job @ shishmish and credit where its due too
this will be a lot of fun to test this New updated list over the upcoming weekend .
i am hopeful it will have a big success rate : ))
cheers !
 

jan55

Member
Messages
4,269
This is just a very small list of cw key that is negligible in relation to the CSA RBT Tool (only 3,27^-6 %) but is nevertheless of great help in everyday use (than 30% to 50% minimum). :rolleyes:
Why? This CW list contains many templates used to create everyday cw keys that I have noticed and make it. ;)
I do not write about these templates because it would have a counter effect but ... in this one test-example (see here: http://www.sat-universe.com/showpost.php?p=2036835575&postcount=552 & 554) you can see how successful this CW list is on a daily basis ...
but all those who use it know it. I'm sure 90% and i know for every cw key written on this forum, whether it's there or not in the CW list without checking respectively whether it's new or old cw key , almost the same as some members who write and posted cw keys :D
Another convenience in use. Once you run the "CWBruteList" 64bit application, you can always use it. Only in the upper window (browser) you choose a new .ts file and in one second you will get a result - there is a cw key or no.
This is far less time-consuming than obtaining a cw key from the CSA RBT Tool .
Finally, choosing to use "CWBruteList" is your personal attitude!

Many thanks to all my Friends for each type of support !!!

Good luck :thum:
 

jan55

Member
Messages
4,269
a lot of keys are just based on the date
... follow all the published CW keys and analyze them ... how many of them contains numbers of (day, month or year) :) . however, it is necessary to keep in mind all the combinations of these 12 numbers .
think it's easy, and guess the right combination, for example 13 DF 01 [xx] BA 20 18 [yy]. these combinations of change numbers and 2+2 hex letters exist in 60 different shape (for only one day) ... but there are other pattern of digits (templates) that are not related to the date ;)
 
Top