Jump to content

ls

Active Members
  • Posts

    122
  • Joined

  • Last visited

Everything posted by ls

  1. you could use a vpn ( virtual private network) i don't know how to use it exactly but it might work http://en.wikipedia.org/wiki/Virtual_private_network it might be easier to proof the admin how insecure his network is
  2. hello DLSS i have the same book "c++ voor beginners" but do you think that "steel dit computerboek" is a good book , i wanted to buy it but i didn't knew if it was good so ... thanks well it used to be my favorite, so yeah its a great introduction book :) it gives an explanation on what the difference is between certain virus types , trojans, scams , etc (including a history list of legendary viruses) , some info on certain (old legendary) tools & trojans like subseven, etc even a list of mailadresses etc u can use to recieve websites you cant reach orthat are blocked (lets say you're in china , cant reach a certain site , just mail the url to the email adress and you'll get the page mailed back) and a bunch of other neat stuff including some phone phreaking story's (it also covers social engeneering etc) tho 1 big advice ! get the first edition ! (white grey cover with black fingerprints) i used to have it and it has a lot of cool stuff they left out in the second edition (the black one you see with white fingerprints) so : if you can find it .... you want this : http://www.boekrecensie.com/images/Q/10dd6b3f36b45c096837be09e85e8b55/9051673981.jpg[/img] over this : http://www.boekrecensie.com/images/Q/c63c4f14ef21452d51288e4c639c651c/9045632640.jpg[/img] ok thanks a lot
  3. correct me if I'm wrong but i think you can also use netdiscover for this , or is this just for wired networks ?
  4. hello DLSS i have the same book "c++ voor beginners" but do you think that "steel dit computerboek" is a good book , i wanted to buy it but i didn't knew if it was good so ... thanks
  5. I've written a little script to search a webserver for folders : #!/usr/bin/python import urllib2 site = raw_input("site : ") # http://www.google.com/ ---> this must be in this form list = open((raw_input("list with folders : "))) # a textfile , one folder/line for folder in list : try : url = site+folder urllib2.urlopen(url).read() msg = "[-] folder " + folder + " exist" print msg except : msg = "[-] folder " + folder + "does not exist" print msg print "" print "[-] done" you have to make a text file with the folders i hope this helps
  6. let's see : - hacking ---> for noobs , don't buy this - hackers guide - hacking the art of ... - advanced python - c++ for beginners - the art of deception not much
  7. hello everybody my name is sam aka ls Favourite game: frozen bubble :-P Favourite OS: ubuntu Favourite console: wii country: belgium Sex: Male Age: 15 Favourite book: hackers guide Favourite movie: lord of the rings
  8. http://img341.imageshack.us/img341/4784/schermafdrukrk8.th.jpg[/img]
  9. I love Python, it's so quick and easy, everyone should be coding in it. I still believe in the right tool for the right job so Python is not the best option for a lot of things but it's the best place to start coding. At some point if you like coding your need to learn c/c++ but you can leave that a while. true , i started coding and it is really easy to write something you can use in python and now i still write in python but i want to learn a new language like c or c++ maybe perl
  10. python is really easy to learn and powerful , you can learn the basics in an hour , this is a good tutorial : http://hetland.org/writing/instant-hacking.html
  11. Yeah Backtrack 3 beta works pretty well on it, I have it running it on now off a 1GB SD card, although hopefully I will eventually just end up stop being lazy and compile my favorite tools onto the main OS installed on the SSD. If you haven't seen it already the latest episode of Hak5 shows Darren running BackTrack on his eee http://www.hak5.org/archives/208. yes i've seen it but i was just wondering if you could run backtrack without problems thanks for your reply
  12. i haven't seen it yet in belgium but as soon as it arrives here i will buy it does anyone know if you can run backtrack on it , i would like to use the eee pc as a portable hacktop
  13. hello i would like to help , i can translate from English to Dutch , i don't now if there would be a lot of people interested in dutch subs but ...
  14. I don't think this forum is the right place to ask for cracks or warez
  15. in linux you can use wine to execute exe files but i don't know if you can use it for world of warcraft i think you need crossover to use bigger software . you can first try using wine and it should be on your system already if not you can install it by the command : sudo apt-get install wine and you can find crossover at http://www.codeweavers.com/products/ you have to pay for the software but you can download a trial version i hope i helped you and sorry for the bad english
  16. hi you can download the hackers Black Book at hxxp: www. torrentspy. com/torrent/754887/Hacker_s_Black_Book_and_more enjoy
×
×
  • Create New...