Jump to content

Micah C

Active Members
  • Posts

    102
  • Joined

  • Last visited

Everything posted by Micah C

  1. Sorry guys for the double post I didn't read all of the topic ( my bad :( sorry ). My suggestion is how about a custom made program? What your doing doesn't sound to hard to do. I might be able to help a bit but im not sure. Micah C
  2. No kidding I was thinking the same thing!
  3. "On the 'remote' hosts, for example. If you run NSLOOKUP on site1.domain.net or site2.domain.net. I assume it will come back with non existent domain right?" yes this is correct. The odd thing is that I have DNS setup through Dynamic DNS. Do you need the IP of DNS or the ip of the sub domain? Both sub domains have the same IP: 192.168.7.150 ( same as the server IP ). Ultimately i would like to have it setup for external use although it is not setup at the moment.
  4. Hello Hak5 community! I finally setup Virtual hosts on Apache 2.2 on my computer. There is a problem tho. I cant access site1.domain.net or site2.domain.net unless i edit the "C:\WINDOWS\system32\drivers\etc\hosts.txt" and add my sub domains and my ip. It works fine on my computer but i would like to be able to have users access this without having to make this change on their system. I do not have trouble accessing http://domain.net on my machine or on a remote machine. Any help or ideas?
  5. If you knew the password to his PC then you could just go on your machine and navigate to \\computer name or IP\c$ then go to his documents and find his desktop folder and paste all kinds ofnstuff there! If you don't know his computer ip you could do an ip scan with nmap. Hope this helps.
  6. LOL if it was an air why would you want to boot mac?? LOL jk does apple even support booting like off of a flash drive? Maybe it's a netbook. I mean come on who wants to carry around a bunchof cd's when you canhave all your data on one small device.
  7. Hey everyone, I was wondering if it was possible to boot an Intel based mac from a flash drive. I heard that it might be possible but i wasn't sure, and if it was possible where can I get the files to do so. Also I was wondering how i could boot vista or xp from a flash drive. Any ideas or advice? Micah C
  8. Ok Thanks ill try that out. I think my problem was that I needed to add another variable "Temp2" but well see.
  9. Hey thanks a lot Cooper. Your code really helps and i have been able to develop a nice widget program. I have a final probrlem tho. how do i deal with additional text that isn't a command. Say i wanted my new form to have its text value equil whatever text is below "[GUI]". How would I work with that? any ideas? [GUI] This is my text for the form
  10. I had an idea for an iPhone / iPod Touch app. I was thinking that it could kinda be like the air program but the user could see posted episodes, hakhouse cam, and ustream chat. I know ustream is possible but i don't know how you would show posted episodes. Any additional ideas or comments? Would anyone be interested in developing something like this?
  11. Hello, So i tried your code. ( Scorpion ). I made a few changes to suit my needs. There is one problem tho. It is not executing the second result. Dim fileReader As System.IO.StreamReader Dim Temp, GUI, ClockAPP As String Try fileReader = My.Computer.FileSystem.OpenTextFileReader("C:\Widget App\" & findwidget.Text & ".widget", System.Text.ASCIIEncoding.UTF7) Temp = fileReader.ReadLine() Do Until fileReader.EndOfStream = True If Temp = "GUI" Then GUI = fileReader.ReadLine Dim mywidget As New Form mywidget.Show() ' Result here.' ' Probrlem: Not executing the second result If Temp = "ClockApp" Then ClockAPP = fileReader.ReadLine Dim form2 As New Form form2.Show() ' Result here.' End If End If Loop Catch ex As Exception End Try Me.Close() If i want to execute the second result would I have to change "Temp" to like "Temp2"? Any ideas? Micah C
  12. Hello Hak5, I am writing an application in VB.NET 2008 that runs a users compiled widget. The user opens notepad and enters something like this: [GUI] This is my text for the form [ClockApp] 24 hrs [BackgroundColor] Black [Size] X: Y: [Details] Author: Date: Text: Color: Image: [/Done] #Widget# I would like my program to read the lines of text then respond accordingly. So the first line of code is "[GUI]" this tells the program that the interface should be GUI, the second line is just text. The text should be displayed on the GUI form. so on and so forth. Is this to complicated any help or ideas is appreciated. Micah C
  13. I have the same problem to. the default gateway got all screwed up to a 169.254. address. So if im reading this correct i just have to change the default gateway on my internet connection to 192.168.0.1? How can i find the IP of my fon again? My Current IP address for my machine is set manually to 192.168.7.150 Any help or am i missing something?
  14. Thanks. Now i have another question. I screwed up my fon's IP. I was following these instructions: http://wiki.hak5.org/wiki/Internet_Connect...mit_Der_Jasager I was on the step where i have to configure the fons IP on the webif interface. I was waiting forever, got a little anxious and closed out. Now i have no access to my fon whatsoever. I think my only hope is to connect to it via Serial port and change its IP manually. Is this possible? Any other suggestions kus i really don't want to have to serial in to it. Micah C
  15. Hey quick question. So i brought up Karma and opened my other laptop. My secondary laptop was picking up all these weird ap's like universities, Super 8, hotels. ( None of which are anywhere near where i live. ) Is that karma that's doing that? or is something really funky going on? I noticed on the connected clients list that these ap's were listed. Any ideas? Micah C
  16. You could use it on your wifi robot. I was thinking of making one. here is the link http://www.jbprojects.net/projects/wifirobot/
  17. If you are talking about the "Setup a home or small office network connection" i have already tried that. I am willing to provide any information whatsoever needed to solve this problem. Ill try to clarify the problem. My laptop is connected to a WRT54G linksys router. My fon is connected to my PC via Ethernet. I cant access my fon while connected to the linksys. What info would you need? Micah C
  18. hello, I have consulted other form topics but to no avail. My Question is how to correctly wire up Jasager. I would like to be able to use this out and about but i am having issues setting up ICS. My Laptop is connected to wireless and my Fon is connected to my laptop via Ethernet. I also run in to a few more problems. when i share my wireless connection with my wired there is no default gateway listed on Ethernet status. Therefore i am locked out of 192.168.1.1 when i am connected to wireless but i can access 192.168.1.1 while disconnected. Any help? Micah C
  19. its ok. thanks for the input. I guess its kinda pointless but it was worth a try. Thanks for the help.
  20. Hey hak5ers, Here is the situation. I have a friend who has a wireless router @ his house ( WPA security ) . He has entered the password to it on my computer so its saved. I have used wireless key view to reveal the password. The only problem is its a hex. When i put the hex in it works fine. Is there any way to decrypt this to see what the password is? I have permission from my friend. This is for educational purpose. Hex: 52504167548945222cc84a421015b62bc6e500889b3c810ff2557a727dabe3e1 You can download Wireless Key View from Nirsoft. any ideas? Micah C
  21. Hey, Im still waiting for some answers but i have another question regarding the fon's internet. When i plug my fon in to my laptop directly the internet light doesn't come on and i cant access 192.168.1.1 . But if i plug the fon in to my hub then the hub to PC then the fon's internet light lights up and i can access 192.168.1.1 . Whats the deal with that?
  22. Hey, It sounds like its not a matter of bridging connections but allowing the wireless to share its internet with Ethernet. I have set this up but i am still locked out of the fon. the fons ip: 192.168.1.1 is not accessable especially when the internet connection is shared. matter of fact there is not even a defult gateway when i check the status of my Ethernet connection. I heard i might need to change some ip's. I have no clue how to do this. Any ideas? Micah C
  23. I thought i did until i realized there was 7 pages for this topic. Im such a retard lol. So sorry to put you through that. Anyway i found two posts that especially helped: http://hak5.org/forums/index.php?showtopic=10955 Also referenced here: http://hak5.org/forums/index.php?showtopic=10658 It sounds like its not a matter of bridging connections but allowing the wireless to share its internet with Ethernet. I have set this up but i am still locked out of the fon. the fons ip: 192.168.1.1 is not accessable especially when the internet connection is shared. matter of fact there is not even a defult gateway when i check the status of my Ethernet connection. I heard i might need to change some ip's. I have no clue how to do this. Any ideas?
  24. How did you set up yours. Ill try to stop bothering u after this. If its to long to explain can you recommend a post or a website?
  25. ok this is all i need. I already have jasager running on the fon. All i need to know is how to wire it up so it works properly. Any input from anyone is appreciated.
×
×
  • Create New...