Jump to content

555

Active Members
  • Posts

    409
  • Joined

  • Last visited

Everything posted by 555

  1. What about socks 5 proxy scanning programs? to find fresh proxys on my own, instead of relying on a site? I used to have a good one i forget the name e-pr0xy.something and wish i could find that link again.. or what about http://download.cnet.com/Socks-Proxy-Scanner/3000-2379_4-10964581.html Will my ISP get pissed off if i scan all the time for proxys? I mean, it cant be worse on bandwith and such as bittorrent traffic right? I have no idea, if you have any good scanning programs I would appriciate any info, I heard something about accessdiver too which is suppose to scan ip's for working proxys, then check to see if they are anonymous, highly anonymous, elite, ect..
  2. Im 99% sure it is for everyone to watch in America, not just kids in school. I think the teachers are just encouraged to turn the TV on at the time of his speech so they can watch the presidents speech. I used to watch the president speak all the time when i was in school, and we all loved it because we didnt have to do school work for one class that day. It is only a issue now for kids to watch the President speak because those super rich racists republican types are making a big deal about it, and dont want better healthcare for our ALL of our familys, not just the rich ones.
  3. Hello, I am new to the networking / LAN setup stuff and need some help. Right now I have 2 routers and 3 PC's that I want to network all together. I would like to be the admin of my homes network, possibly make it where any user in the house can use their id on any computer to login. So i could goto any of the 3 pc's and login and my desktop would have all my apps, all my settings , music , pictures, videos, favorite links, ect.. and being the admin I would like to be able to put settings on the user accounts, like say one user can not access certain sites, or make it so that each user has 60GB of space to play with when they login, ect.. I would also be cool to be able to "msg or net send user messages" from command prompt so they get the little pop up box with the message. Currently my set up is My main router / cable box -------> PC 1 (Vista) , PC 2 (XP) and then one of the ethernet cables goes to the router in my room which is connected to PC 3 (Win 7) I set all the computers workgroup names the same and can see them all in the network screen from all of the computers, i can remote desktop from PC 1 to PC 3, but not PC 3 to PC 1.. it gives me an error and I have them both set to be allowed to remote. When I googled for a while and checked the remote settings again I noticed the Vista PC (PC1) does not have a second box at the bottom like on my Windows 7 (PC3) where I can select users to be allowed to remote desktop into it and where it asks if i would like to "Allow connections from computers running remote desktop with network level auth).. also when I goto CMD and type "Net users" it only shows my pc's users, not all the users that are logged onto the network at the moment. I would REALLY APPRICIATE any information, tutorial links, any kind of help at all to get this to work kind of like a small business office. I need to learn how to do this networking stuff better. THANKS! :)
  4. If it was George Bush havign a speech during school the teachers would have no problems letting students watch the speech in class. Its these hardcore dumba$$ republicans trying to make a big issue out of everything. I think public healthcare has been needed for a long time. Why shouldnt general laboring / average people , the people that flip your burgers, roof your house, clean up after you, cut your grass, load and unload trucks, answer your customer service questions over the phone, ect.. why shouldnt everyone have health insurance, and not just only the rich people. These people are allready getting paid peanuts and can barely survive on their low salarys then are expected to pay 500$ a month for health insurance? thats why so many people have not even hada physical checkup or been to a doctor in many many years. I have not had health insurance in the last 7 years, know i have some kind of health problem but cant get preventive care to stop it early. It would also prevent all these people with no insurance from clogging our emergency rooms up with things like their kid having the flu, or some minor thing that they have to goto the Emergency room because thats they only way they can get it checked out for free (an then owe tons of money later for a simple problem, if the hospital even ever gets paid)
  5. Why dont I use a VPN.. Im kind of new to networking, and from what I understand a VPN is just a remote PC that I login to remotely and use it like it is my own? and the other other PC I would be able to use is on my same home network so it would have the same IP and network address. I also think i seen where you can buy VPN use, but its like 120$ a month for like 10GB a month bandwidth, or 60$ for 5GB, ect.. way too much $ for me..
  6. I will check it out, thanks
  7. 555

    Lanschool v7.2

    They use the same thing at my school, I read a post about it a while back and have a program called LanSchoolCrasher.exe (or something like that) I actully got it from this site, which is suppose to block the teacher from reading/writing anything from your pc. like that but never ran it because it maybe a virus or something file looks suspect, i may check it out later in my computer lab. Who knows though it may really be legit. edit::: wanting to know how this stuff works is the true hacker mentality, dont just say your not suppose to know about that, stop trying to figure it out.
  8. Can anyone PLEASE recommend a good website that has working proxys preferably socks 5. A site that is updated often with new proxys, or even a program that I can use to scan for proxys myself and I will share them. I allready have TOR & Privoxy, Thanks in advance.
  9. ok school question I guess i just need a nudge to tell me if im going in the right or wrong direction, or how to make what im doing better if they know a better method. My assignment is to make a flowchart useing Raptor (a flowchart creation system developed by the US airforce dept of comp science) and peusdocode methods, has anyone used the Raptor flowchart software? anyways.. I guess my main question is does this make any sense to you guys, it is my first attempt at puesdocode http://pastebin.org/14409 1 Declare Integer credNeeded 2 Declare Integer credTaken 3 Declare String Name 4 Declare String progName 5 Declare Integer Result = credTaken - credNeeded 6 7 Display "Please enter your name" 8 Input Name 9 Display "Please enter your degree program name" 10 Input progName 11 Display "How many total credits does your degree require to finish?" 12 Input credNeeded 13 Display "How many credit have you taken so far for this degree?" 14 Input credTaken 15 Display "Thank you", Name, "In order to complete your", progName, "Degree, you will need", Result, "more credits." does everything seem to be in order? can i make the code shorter some how to do the same thing ( a better algorithm), any ideas would be of great help. This is suppose to be a basic program that gathers the students name, program they are studying in school, how many credits that course is, asks how many credits they have taken allready, then once all the data is gathered it displays it all in a normal easy to read sequence on the screen all useing the peusdocode of our book.. any help is appriciated, thanks! :) btw; when doing puesdocode should i add the line numbers at the beginning in notepad , say if im not allready useing notepad++ or something? or will the code lines allready be added incase i decide to hand trace the program? sorry, im a complete noob just started my first programming class
  10. Hello everybody, Im started school today for computer programming and need help with a homework question. The only answer I can seem to find is that all the programming languages are powerful general purpose languages, did not see anything on wiki which says they were made for a specific purpose for something.. The question is "Was there a specific motivation behind the creation of these languages? If so, what was it?" the programming languages are Basic, Java, C++ and Python. I see Java and C++ were created by business and the other 2 by people or a couple people, but nothing deeper, or if they were made fora government purpose? or to run a specific task when originally created? thanks for any help in advance
  11. never going to work.. even since modems were dail up and 14.4k people cracked apps, games, ect.. and pirated stuff if p2p does, something else better will be made, so people can continue to do what they have always done even with VHS tapes before the internet, people would have black cable boxes and copy the VHS tapes from the local blockbuster or whoever.. I would take it as a compliment if my movie, art, music, whatever was the #1 bootlegged item, that means everyone loves your stuff. you can allready pay for "better" pirate access via usenet
  12. Hello, I recently got a new u3 16gb usb thumb drive and see it uses the .u3p format for the programs to load to it, I was sucessful at finding alot of cool apps like wireshark, gimp, notepad++, google earth, ect.. (and got them to install correctly) but have yet to find any other cool hacking apps like cain, nmap, metasploit, ect.. any good links? (also how do i create my own .u3p apps?) I am looking for a bunch of cool .u3p apps which i will probuly make a very nice archive of all of them i find and torrent them for everyone. Im looking for hard to find ones also, i tried to install the open office from the sancruz menu and it failed, i tried to look on torrent sites, google, rapid share file look up sites, and could not find open office in .u3p format. Any help is appricated, I see the Hak5 team is allready very educated on this subject, thanks! edit:: I tried package factory with Cain (didnt work) and it wont uninstall off of the u3 usb drive now, any ideas how to get rid of it?
  13. Nice, so once I crate a .iso image of my harddrive useing WinPE2, or VistaPE, then I can format my USB drive to Fat32, and then mount the .iso image i created with WinPE2 to the Usb drive, and it will boot after that from the usb drive to the image i just created? Thanks for your help!
  14. Budget hehe whats that? I guess if i could find a awesome hardware firewall which includes an IDS for 50$ i would probuly get it, but from what ive seen they are ussually like 300$ or more.. I think i'll Snort out, I kind of just want to learn how IDS works and play around with it on my system, maybe set up fake attacks on my computer network from my laptop. Im currently going to college for computer programming and the security part interests me as well.. thanks for your help guys, I'll give Snort a shot. :)
  15. How would I create an image of my current windows xp, vista or 7 setup, then be able to use that image as a live usb, to boot from simular to how Back Track 3 boots from start, but windows instead? i just got a 16gb usb drive i would like to try it on and have crafted my computer to have all the apps i use w/ windows and kept it under 8gb, Thanks
  16. If you have a firefox plugin like noscript installed make sure to select "temporarily allow all" or just the certain ones that if page needs to load the video. I know youtube i had to allow 2 different ones to get videos to play. you may also do better with the flash install via ubuntus command line, should be something like "sudo apt-get install flash.something,ect.." i forget exactly what to type in besides the sudo apt-get install, im sure someone on irc can help in #ubuntu , you can logon there with pigion
  17. Hello, I have been reading up on intrusion detection systems, and seen that it looks like a hardware firewall with an IDS is the best way to go, but i dont have a whole lot of money. So i was wondering if anyone can recommend a good IDS that will work with windows vista, and also one for ubuntu. I heard of Snort but it says there is a 5 day lapse? on the free version which i guess means that i can not review the results of the present day until 5 days later? I am looking for something easy to use and also get real time results. Thanks.
  18. DigIP, thanks for the info. I got everything working now, Nuendo seems to way to go, there are also patches to prevent the dongle error online, if you really want PM me and i will send you the link. Now on to learning how to use autotunes hehe, maybe i will make a hak5 rap song in autotunes if im bored enough
  19. Sorry, yeah i should have posted this in demonoids forums i guess, i heard nuendo 4 is really good as well. I dont think theres a freeware version that works with autotunes.
  20. Hello, I want to play with the autotunes plugin, what do you recommend is a good easy to find audio program to use it with? Thanks
  21. E-Bay is a great place to find deals
×
×
  • Create New...