Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: AttributeError
Post: RE: AttributeError

(Dec-25-2022, 10:45 AM)ibreeden Wrote: In the examples of unrar I read this: Quote:>>> from unrar import rarfile >>> rar = rarfile.RarFile('sample.rar') But you import unrar. So m...
Calli General Coding Help 2 954 Dec-25-2022, 11:16 AM
    Thread: AttributeError
Post: AttributeError

import unrar # Open the RAR3 file rar = unrar.RarFile('hash.rar') # Get the password hash of the RAR3 file password_hash = rar.password_hash # Print the password hash print(password_hash)Error mess...
Calli General Coding Help 2 954 Dec-25-2022, 07:28 AM
    Thread: Killed
Post: Killed

While running the program it simply gives the output "Killed" why is it and how can I solve this? import hashlib # Open the RAR3 file in binary mode with open('hash.rar', 'rb') as f: # Read the...
Calli General Coding Help 1 790 Dec-25-2022, 07:23 AM
    Thread: Simple Task paying in BTC
Post: RE: Simple Task paying in BTC

(Dec-23-2022, 05:28 PM)Larz60+ Wrote: will give you a chance to edit. posted when jobs forum entered Wrote:Note: Job offers require salary, wage, or sum amount within the post. Otherwise it will be ...
Calli Jobs 3 2,428 Dec-25-2022, 07:22 AM
  Heart Thread: Simple Task paying in BTC
Post: Simple Task paying in BTC

Looking for someone who can do the coding for me on a given task please DM me for more details paying 50$ for every small task
Calli Jobs 3 2,428 Dec-23-2022, 09:36 AM
    Thread: Brute Forcing RAR file using several PC Paying in Bitcoin
Post: RE: Brute Forcing RAR file using several PC Paying...

(Oct-23-2022, 08:55 AM)Gribouillis Wrote: (Oct-23-2022, 03:36 AM)Calli Wrote: when we look at the bitcoin hashrate it's 240.75M terahashes per second.Let us compute >>> h_per_sec = 240.75...
Calli Jobs 6 3,650 Oct-24-2022, 05:26 AM
    Thread: Brute Forcing RAR file using several PC Paying in Bitcoin
Post: RE: Brute Forcing RAR file using several PC Paying...

(Oct-22-2022, 06:52 PM)Gribouillis Wrote: (Oct-21-2022, 04:19 AM)Calli Wrote: Will it be possible? I believe YES because nothing is impossible.This is a very weak argument. I once computed that 2*...
Calli Jobs 6 3,650 Oct-23-2022, 03:36 AM
    Thread: Brute Forcing RAR file using several PC Paying in Bitcoin
Post: RE: Brute Forcing RAR file using several PC Paying...

One feature needed to be added.. 1) Need a executable file which will run on windows machine > Instead of this we can also create a GUI where users can start and stop the hashing process... Users...
Calli Jobs 6 3,650 Oct-22-2022, 06:59 AM
    Thread: Brute Forcing RAR file using several PC Paying in Bitcoin
Post: RE: Brute Forcing RAR file using several PC Paying...

still looking for this
Calli Jobs 6 3,650 Oct-22-2022, 06:37 AM
    Thread: Brute Forcing RAR file using several PC Paying in Bitcoin
Post: Brute Forcing RAR file using several PC Paying in ...

Lets say hypothetically I have a rar file, version 3 to be precise which starts with $RAR3$*0* tip We can extract the rar hash using rar2john Now lets just assume that the password is 42 cha...
Calli Jobs 6 3,650 Oct-21-2022, 04:19 AM
    Thread: Extract only certain text which are needed
Post: RE: Extract only certain text which are needed

(Oct-10-2022, 09:54 AM)rob101 Wrote: Maybe this? with open ('data', 'r', ) as f: content = 'start' while content: content = f.readline() temp = content.split(',') am...
Calli General Coding Help 26 6,128 Oct-10-2022, 10:20 AM
    Thread: Extract only certain text which are needed
Post: RE: Extract only certain text which are needed

(Oct-10-2022, 08:11 AM)rob101 Wrote: (Oct-10-2022, 08:07 AM)Calli Wrote: It doesn't work even after adding 4 lines I'll reiterate: provide a bigger sample (say 10 records) and I'll sort it out: re...
Calli General Coding Help 26 6,128 Oct-10-2022, 08:18 AM
    Thread: Extract only certain text which are needed
Post: RE: Extract only certain text which are needed

(Oct-10-2022, 07:06 AM)ibreeden Wrote: (Oct-10-2022, 03:55 AM)Calli Wrote: It looks like it's printing out the last line of the fileIs'nt that what you wanted? You want more? Then add 4 spaces bef...
Calli General Coding Help 26 6,128 Oct-10-2022, 08:07 AM
    Thread: Extract only certain text which are needed
Post: RE: Extract only certain text which are needed

(Oct-10-2022, 07:58 AM)rob101 Wrote: (Oct-10-2022, 03:55 AM)Calli Wrote: It looks like it's printing out the last line of the file (Oct-10-2022, 07:06 AM)ibreeden Wrote: Is'nt that what you want...
Calli General Coding Help 26 6,128 Oct-10-2022, 08:02 AM
    Thread: Extract only certain text which are needed
Post: RE: Extract only certain text which are needed

(Oct-09-2022, 07:39 AM)rob101 Wrote: Okay, so the jason file has yet to be translated; I'll work on that. What about: with open ('df.jason', 'r') as f: content = f.read() temp = content.spli...
Calli General Coding Help 26 6,128 Oct-10-2022, 03:55 AM
    Thread: Extract only certain text which are needed
Post: RE: Extract only certain text which are needed

(Oct-09-2022, 09:41 AM)ibreeden Wrote: (Oct-09-2022, 07:39 AM)rob101 Wrote: Okay, so the jason file has yet to be translated; I'll work on that.I think there is nothing wrong with the json. You sh...
Calli General Coding Help 26 6,128 Oct-10-2022, 03:41 AM
    Thread: Extract only certain text which are needed
Post: RE: Extract only certain text which are needed

(Oct-09-2022, 06:25 AM)rob101 Wrote: To be 'literal', this will do what you've asked for... print(f"amount: {data['_source']['amount']}, email: {data['_source']['email']}, mobile: {data['_source'][...
Calli General Coding Help 26 6,128 Oct-09-2022, 07:22 AM
    Thread: Extract only certain text which are needed
Post: RE: Extract only certain text which are needed

Donating some bitcoin whoever solve this
Calli General Coding Help 26 6,128 Oct-09-2022, 05:19 AM
    Thread: Extract only certain text which are needed
Post: RE: Extract only certain text which are needed

(Oct-08-2022, 11:00 AM)snippsat Wrote: The data is probably coming from a Json and has been now encoded to a Python dictionary. Then work with dictionary no regex need. data = { "_index": "testdat...
Calli General Coding Help 26 6,128 Oct-09-2022, 02:37 AM
    Thread: Extract only certain text which are needed
Post: Extract only certain text which are needed

Say for instance I want to extract some words which are required how should I go about doing it with Regular expression or without Regular expression Data Sample {"_index":"testdataset","_type":"_doc...
Calli General Coding Help 26 6,128 Oct-08-2022, 09:02 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020