Author Topic: Cafescrive - Because textbooks are too fucking expensive.  (Read 6593 times)

0 Members and 3 Guests are viewing this topic.

EMOKDOOM

  • Guest
Cafescrive - Because textbooks are too fucking expensive.
« on: January 22, 2013, 08:23:56 am »
Anyone know and care to share on how to extract books I've rented from Cafescribe?

I downloaded their offline app which lets me read the books I've rented if i ever lose connection to the interwebs. This required downloading each book individually; which had to be pretty decently sized files considering the long ass time they took to download. I'm convinced they're somewhere hidden on my hard drive. I've checked the program files but those bastards were a bit smarter then that(I guess..).

Why am i doing this? Because even though i couldn't buy my textbooks i rented them and still had to pay more then $100 for just one book and a stupid lab guide. That just doesn't sit well with me since i have to return them in 180 days and can't even carry them on my tablet.

Any input would help. Obviously I'll upload them to Evilzone if I'm successful. And yes they're computer related, software to be specific.


Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Cafescrive - Because textbooks are too fucking expensive.
« Reply #1 on: January 22, 2013, 02:44:20 pm »
Maybe in the %temp% folder? maybe in the %appdata% folder?

Offline Fur

  • Knight
  • **
  • Posts: 216
  • Cookies: 34
    • View Profile
Re: Cafescrive - Because textbooks are too fucking expensive.
« Reply #2 on: January 22, 2013, 02:49:07 pm »
Try to run the application in a sandbox, then look in the box's contents.


EMOKDOOM

  • Guest
Re: Cafescrive - Because textbooks are too fucking expensive.
« Reply #3 on: January 22, 2013, 04:32:25 pm »
Maybe in the %temp% folder? maybe in the %appdata% folder?

I think i found them thanks.

They're Data base files/ .enc. Any suggestions on to open these? I'd like to turn them into pdfs.

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Cafescrive - Because textbooks are too fucking expensive.
« Reply #4 on: January 22, 2013, 04:38:01 pm »
They're Data base files/ .enc. Any suggestions on to open these? I'd like to turn them into pdfs.
They are most likely encrypted somehow with a custom algo (most likely). You will need to reverse engineer the program and trace the encryption steps then reproduce them from ASM instructions into a working script/program to decrypt your files.

At this point you should ask yourself -- is it worth so much trouble?

Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
Re: Cafescrive - Because textbooks are too fucking expensive.
« Reply #5 on: January 22, 2013, 07:53:42 pm »
At this point you should ask yourself -- is it worth so much trouble?


Concidering the price of textbooks, fuck yeah!!


What I would do since you can view them on the computer, get mspaint ready and your Prt Scr button ready. Open you're eBook up and make it as full screen as you can. Then go to each page and take a screenshot of your computer using the Prt Scr button. You can crop whatever needs to be cropped and then save each picture. In the end you have a lot of picture files that you just merge into 1 PDF. Enjoy!
[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Cafescrive - Because textbooks are too fucking expensive.
« Reply #6 on: January 22, 2013, 09:43:06 pm »
What I would do since you can view them on the computer, get mspaint ready and your Prt Scr button ready. Open you're eBook up and make it as full screen as you can. Then go to each page and take a screenshot of your computer using the Prt Scr button. You can crop whatever needs to be cropped and then save each picture. In the end you have a lot of picture files that you just merge into 1 PDF. Enjoy!
We are programmers here, aren't we?
A quick python script could do that in few seconds :P

Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
Re: Cafescrive - Because textbooks are too fucking expensive.
« Reply #7 on: January 22, 2013, 10:26:58 pm »
We are programmers here, aren't we?
A quick python script could do that in few seconds :P

Now you got a method, write up the script and share as a "CafeScribe Ripper" xD I'm sure a lot of collage students would find it useful, also GREATLY increase the textbook eBook shares (I have posted a few though the books run upwards of $300+)
« Last Edit: January 22, 2013, 10:27:06 pm by skidiot.h »
[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry

Offline p_2001

  • Royal Highness
  • ****
  • Posts: 684
  • Cookies: -64
    • View Profile
Re: Cafescrive - Because textbooks are too fucking expensive.
« Reply #8 on: January 23, 2013, 05:02:02 am »

Concidering the price of textbooks, fuck yeah!!


What I would do since you can view them on the computer, get mspaint ready and your Prt Scr button ready. Open you're eBook up and make it as full screen as you can. Then go to each page and take a screenshot of your computer using the Prt Scr button. You can crop whatever needs to be cropped and then save each picture. In the end you have a lot of picture files that you just merge into 1 PDF. Enjoy!

y not use video screen capture and make flash??
Like those in reversing tuts?

alternately.. Run on VM... Change date after 180 days... Make a backup of dwnlded files and copy them there?
« Last Edit: January 23, 2013, 05:04:40 am by p_2001 »
"Always have a plan"

EMOKDOOM

  • Guest
Re: Cafescrive - Because textbooks are too fucking expensive.
« Reply #9 on: January 23, 2013, 06:35:01 am »
I can't do any of those thing as I've just barely started to learn Python as my first language. Also i don't know do decrypt files myself; if there's a book or source you guys picked it up from i'd gladly take a look at it and try to do it myself though. I'll think about it as a learning process :]

The virtual box is a no because i want to have a PDF of my books so i can take them around a tablet or any other portable PDF reader.



Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
Re: Cafescrive - Because textbooks are too fucking expensive.
« Reply #10 on: January 23, 2013, 06:50:06 am »
I can't do any of those thing as I've just barely started to learn Python as my first language. Also i don't know do decrypt files myself; if there's a book or source you guys picked it up from i'd gladly take a look at it and try to do it myself though. I'll think about it as a learning process :]

The virtual box is a no because i want to have a PDF of my books so i can take them around a tablet or any other portable PDF reader.


You can do it how I originally said... All it takes is paint and the PrtScr button on your keyboard. You can then use  a picture to PDF creator. It's just time consuming. Maybe Kulver's in a sharing mood and will write up that Python script to share ;)
[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry

EMOKDOOM

  • Guest
Re: Cafescrive - Because textbooks are too fucking expensive.
« Reply #11 on: January 23, 2013, 07:58:08 am »
I hope he is. I'm out of coffee and motivation for the week.

Lol. Just kidding, i can do this, won't be done for a while however. The downside to this besides time is cropping in the full page without losing readability. The text is relatively small and it might need two screen caps to keep the quality from not being complete shit tier - which would take more time -_-

I'm sure when i have a day off and i realize how bad colleges rip you off with textbooks, i'll do it lol.

My old monitor could of made this a lot easier since i could  rotate my screen and I'd get a bigger screen cap.

Offline 0poitr

  • Peasant
  • *
  • Posts: 149
  • Cookies: 64
    • View Profile
Re: Cafescrive - Because textbooks are too fucking expensive.
« Reply #12 on: January 23, 2013, 08:46:03 am »
Check this out :: http://ebooks-it.org/
Best site at offering free tech ebooks yet.
« Last Edit: January 23, 2013, 08:47:06 am by 0poitr »
Imagination is the first step towards Creation.

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Cafescrive - Because textbooks are too fucking expensive.
« Reply #13 on: January 23, 2013, 04:02:50 pm »
I will try to do that script next week. This week I already have stuff to do.

Offline p_2001

  • Royal Highness
  • ****
  • Posts: 684
  • Cookies: -64
    • View Profile
Re: Cafescrive - Because textbooks are too fucking expensive.
« Reply #14 on: January 23, 2013, 04:44:42 pm »
Ok, here is a new idea... Use screen capture software + keypresser ( dunno what they are called but they are used in games to bind complicated key combinations to one key or periodically press a key)...

Now, use the keypresser to press pgdwn after 5second intervals while recording the screen.

this way...>>you have a video with 5 seconds on each page.

now cut frames :D.

use the frames to make pdf..
"Always have a plan"