Jump to content

Bob123

Active Members
  • Posts

    202
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Bob123

  1. Could you start a new thread and describe what your trying to do when you mean run multiple scripts?
  2. This may seem crazy but unplug it, remove the battery, and press the power button for at least two straight minutes. Coworker had a brand new laptop and the same thing happened. One day it just refused to turn on. I don't know if a capacitor holds a charge when it shouldn't or what the deal is. I never thought in a million years that trick would work but for whatever reason it did. Hope this helps.
  3. Can things go wrong? Sure. Can bad things jump from a vm to the main machine? I've heard it could happen. Have I ever had an issue with any of that? Absolutely not!!! This is what I do all the time. My main machine has 32GB memory and several hard drives. I spread the VMs over the multiple hard drives that way I can run several at a time. I think the most I've had running at once was 7 VMs. (That's right up there with my virtual server.) Trust me you don't want more than 2 VMs running on the same hard drive at the same time. Even the fasted SSD, it'll still be a bottleneck. But yes I highly recommend experimenting. I use both vmware and virtual box. If your going to use Kali and try to hack some VMs I'd recommend setting up a lan segment or have a third VM as a router. Don't use the 'host only', NAT, or bridged as they will open up the outside world. If you need to get some updates or software then sure use NAT but once your ready to hack keep it internal to the VMs.
  4. What was the boot setting you had to change?
  5. I think there is a minimum hard drive size for parrot and in this case almost all current Linux distros. I can't remember if it was parrot or a different one but I'd get almost through the install and it would give me a red screen with an error message saying install had failed. I just increased the hard drive size and it worked. These days with the size of hard drives I'd go with at least 30 to 50GB if you can. Side question for you, why dual boot? Honestly I've been doing this for a long long time and I've never seen a reason to dual boot. Would installing vmware or virtualbox on Windows 10 be an option? VMs these days are pretty robust and you can easily pass through USB, network, and pretty much anything else you'd need. I pretty much live by VMs. They are safe, you can take them anywhere, and if you break it you just open up a backup. Just my two cents.
  6. Don't give up we'll get this. Ok sorry but I'm going to ask some repeated questions just to verify I'm not missing anything. Let me explain assumptions I made on my system to see if it mostly matches yours. From the picture up top that I drew, I have my pc which is a windows 7 box. I have a server 2012 r2 essentials box that I did my best to match yours. I have a win xp box that we'll say is your camera system although it sounds like you have an nvr which I'm not familiar with but we'll get to that. So between the Hak5 video and a plain server 2012 box, when both are connected to the openvpn server in the cloud I can ping the server 2012 box VPN connection from my win7 box. I can ping the openvpn server from my win7 box as well as from my server 2012 box. Separately I can also ping my win xp box from my server 2012 box. I believe you said you could do all that. I can also RDP from my win7 box to my server 2012 box and from my server 2012 box to my win xp box. Again currently with no changes to my server 2012 box I can NOT ping or RDP from my win7 box to my win xp box. And as long as you can do all of that then basically this is where we began. Again sorry to repeat myself but as long as we both have the above then all of that is good and we no longer have to focus on it. Here's one thing I know I didn't ask this particular way... On my setup my "home network" I set to a 172 network. On my "work network" I setup a 10 network. I do not recall what the VPN server IP range was but it was different for both networks and was NOT a 172 or a 10 network. With that said when I first set this up and got it running all I could ping on the server 2012 box was that VPN network IP address. Initially I could not ping the 10 address. Is this true for you too? According to what you had above it looks like a 142 network? So with that said you can ping the 142 correct? Can you ping your work network? Could you ever? Until I enabled routing and NAT I was never able to ping my 10 network even the 10 IP on the server itself. So with routing and NAT can you ping your work network? Then from there do you have a PC that could act like my win xp box just in case there is something blocking your NVR system? I'd like to make sure we can finally get to your work network and maybe another box on that network before going directly to the NVR. Maybe there are some ports we have to open on the server 2012 box to get the NVR to see through it.
  7. Here are a few pics: First pic are my networks. The current network that is disconnected in my VPN (Ethernet) and then my physical connection (Ethernet0). The the second pic shows Ethernet0 being the only network added to my NAT. And that's all I had to do. Let me know if you have any luck.
  8. I'll attach a few pics of what mine looks like once I'm back in front of that computer. I'm guessing some of that must have been setup before we added NAT but I don't have IGMP or DCHP. Anyways I followed this video: And like you I added everything at first like your first pic. That didn't work, then following the video I only added my network. Not my VPN just my network. So from your second pic if Local Area Network doesn't work, try Ethernet then Ethernet 2 and see if either of them work. It seemed backwards to me when I did it but once you have it right, it'll just start working. No reboot or refresh is needed. I instantly saw pings and was able to RDP. Again once I'm back in front of my box I'll take a few pics but I had Ethernet and Ethernet 2 only. And Ethernet is what did it for me. Hope this helps.
  9. Yeah if you haven't already I'd look into making sure the server is setup for routing with NAT. If you recall from Darren's video, he spent most of it explaining how a reverse VPN works and setting up OpenVPN AS. Then at the very last minute of the video he explained how to setup the turtle to route the traffic between the VPN or "tun" connection on the turtle and the lan or "wan" on the turtle. So basically you'll have to do the same to your server since it's acting as the turtle. The server needs to know how to route or translate the VPN traffic through the existing network.
  10. Ok to just to verify a few things, from Server 2012 you can get to the camera machine correct? And with your machine at home or whatever, you can connect to openvpn, Server 2012 can also connect to openvpn, and you can see Server 2012 from your machine correct? Can you RDP to the server? Depending on the admin rights you have to that server you could always just RDP from there to the camera machine. If that won't work for you then you'll have to setup routing and NAT on the Server 2012 box. Do you have any of that setup? If not what you'll have to do is add a role. I selected both routing and the remote access and vpn roles. Once those are installed open the getting started wizard on the direct access and vpn, and choose the bottom which is deploy vpn only. Once that opens you'll see two server looking devices, right click on the second one (local) and click on configure. Then you'll select custom and lan routing. Once that's done you'll see you now have IPv4 and IPv6, under IPv4 you'll see general, right click on general and add a new routing protocol. We'll add NAT. Then from NAT we'll want to add our network. Make sure you only add your actual network and not your VPN network. And really that's all there is to it. Once I added that I was able to browse my "work network." So from my pic above I had a machine on it's own network, a work network with Server 2012 and an XP box. I connected my machine and Server 2012 to an OpenVPN AS in the cloud. Once I enabled routing and NAT on Server 2012 I was able to then see the entire work network, including the XP box and was able to remote into it. Hopefully adding routing and NAT is all you're missing. Let me know if any of this works or if you need any other help.
  11. I'm helping someone else with a situation not much unlike yours. Are you just trying to connect to your RPI remotely? The video you are referring to has a VPS in the cloud. Are you using that? Are both the RPI and your laptop accessing that OpenVPN server in the cloud? If not then you'll have to do some routing on the RPI side to get it to work. Check out this diagram. The top is what Darren and Shannon did on Hak5, the bottom is more of your traditional VPN where you have to open ports and do routing. Just replace the Server 2012 with your RPI in the diagram.
  12. So does your setup look like the the top setup with a virtual private server or the second setup where OpenVPN is installed on Server 2012 at your work or other location? Just trying to get an idea of the setup. I'm setting up my Server 2012 now and just trying to visualize where to place it. Of the above two drawings, the top one is more of what Hak5 was trying to visualize but with a lan turtle or packet squirrel between the VPS and the Server 2012. The second drawing is more of your typical work VPN where the Server 2012 box is also a NAT/firewall and it's forwarding network traffic from one network to another. Note that if you have OpenVPN installed on the Server 2012 box which is on the same site as the camera PC, the camera PC needs to have a client.ovpn file on it as well, or you'll have to do some firewall work and you'll have more of a standard VPN setup to where once you are logged in, your basically just on your work network. Let me know if this makes any sense. If it doesn't I can try to explain it again. I've gotten this to work many times using the lan turtle and packet squirrel. It's about time I do it with several PCs.
  13. Going to need a bit more info. What version of windows server? Do you have the gateway setup properly in openvpn? From the server itself can you see and remote into the machines in question? What OS are those other machines using? Can you cut and paste the info in your client.ovpn file?
  14. Question for y'all on hashes and Win7. A little background on my setup. I have a windows machine with a Kali vm, a WinXP vm, a Win7 Pro vm, and a Win7 Enterprise vm. I setup the same username and password on all windows machines and also made sure that user was part of the administrators group. So the same across the board. The hashes look like they are in two parts with a : between them. The second part seems the same but the first part is different between the WinXP vm and the Win7 Pro vm. Why is that? Both vms have an admin account and those hashes are both exactly the same. So the two hashes work but why are they different? Same user name, same member of the groups, and most importantly same password. Second question. I have a Win7 Enterprise vm running. Did exactly the same to it as I did with the Win7 Pro vm yet every time I try either of the hashes I get a STATUS_ACCESS_DENIED. What makes Enterprise different? My first setup was a Linux box using KVM with a WinXP vm and a Win7 Enterprise vm thinking it was Linux or something else going on but I can now confirm that Enterprise is the issue. If anyone has any info that would be great. If not no big deal. I'm going to create a Win7 Pro vm on my linux box and see if it works as planned. Which I assume it will. Thanks.
  15. Dan_C. I'll take it if your just going to pitch it.
  16. I'm in New England. I know New England is small and all...but it really isn't all that small. Got a bit more specific place in mind?
  17. So what can I get for the items listed above? I'd like seriously look into selling them. I'm thinking ebay might be best that way they can be bid on, sold and shipped in a safe method, and I guess paid for by paypal (yuck!). Not messing with any of that digital currency stuff... So give me some safe bets on what ya'll think this stuff is worth. I'll probably list each one by itself on ebay. And to give you an idea of the condition of the items listed above...the wifi pineapple is still in it's original box with all manuals, plug adapters, and the sticker is even included.
  18. It would be nice to sell this all together for $400 plus shipping. All items in perfect condition. Will try to include whatever stickers and documentation I have as well. US only please. Unless you can guarantee the money and take responsibility for the shipping and customs charges. 1x wifi pineapple mark v 2x rubber ducky 1x lan turtle 1x bash bunny 1x packet squirrel
  19. Never mind I found it. Thanks.
  20. Bob123

    HDK question

    Thanks biob. I guess I'll have to keep digging. I contacted sparkfun but their response was they weren't going to help. :( Same board but with Hak5's name on it rather than aurduino and they decide to be completely worthless. How come how one wants to help or tinker anymore? Same with asking Hak5 about a USB hub I purchased from them...no help. What are we supposed to do just throw perfectly fine stuff away? Tinker people come on...that's why we are here!
  21. The one in the pic is what I have. I do have a powered hub but would like to figure this one out since it's just laying around. If anyone has any info on it that would be much appreciated. Sadly I asked the hak5 store about it. You know the place where I actually purchased it, and they couldn't even help. Or even want to help... Thanks.
  22. Bob123

    HDK question

    I know I'm not supposed to post wifi pineapple questions here but this isn't really a pineapple question. I think I mentioned before that I'm interested in trying to make an attiny85 or digispark kinda like what you see on seytonic's videos. I have an HDK board for the Mark V who's specs aren't that far off. What confuses me is from what I read there are two types. A 3.3V which operates at 8MHz and a 5V which operates at 16MHz. To get the unit to act like a USB HID you need the 5V 16MHz one. (correct me if I'm wrong) According to what I can find (or no longer find) the Hak5 model says it operates at 3.3V but 16MHz. How do I verify it's actually running at 16MHz and how do I get it to run at 5V? Sure depending on location a digispark is only a few bucks but I have the HDK in front of me and feel like tinkering. Any help would be great. Thanks!
  23. HAPPY HALLOWEEN!!! So many moons ago I purchased the USB Power Hub via Hak5. Does anyone remember it or have one? It looked like a little spider thingy. It had two USB A's on one end, one black one red. Then on the other end it had a USB mini and several female USB A's. Does anyone have a diagram on how this works or a pinout? I haven't used it in forever and I'd like to use it again. All I remember is there is a trick to using it and it has to do with the red plug. I don't think the red plug is OTG but at this point I have no idea. There may have been a hak5 video or two way back in the day as well that showed this off. If you know which videos they are that would be cool too. Thanks for the help.
  24. Guess I'm a bit confused. You got a connection. You just have to select it. What's the line right after your session 1 opened line? Is it just a blinking curser saying: msf exploit(handler) >? From there just select your session which would be session 1 and interact with it. Are you hoping that after typing exploit that it'll go right into the session? The above snipit shows that when you started the exploit it backgrounded it which is why you stayed in the msf console rather than jumping right into a meterpreter session. Did you type something before hand to force it to background? Does this happen every time you run this now?
×
×
  • Create New...