Jump to content

Jamo

Active Members
  • Posts

    360
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Jamo

  1. Iv had some issues with virtual boxes usb and Iv always have foung solution by googleing wiht exact error message. Your running it on windows, right? Here's a link that might help you with that issue https://forums.virtualbox.org/viewtopic.php?f=6&t=39104 post by user called "nayasis".
  2. Hi, Im trying to create a ducky script emulator, which Ill be releasing some day, and Im wondering what do I need to do, to make sure no-one cant take credit for my work, but anyone can continue developing it. Iv thought OpenSource, since I have no financial hopes for it. Where and how should I release it, Git, svn? Any toughs what I should do, to before releasing code, i.e. anyone couldn't sue me due my program formatting their hdd etc.
  3. you should use a vpn or sshTunnel all your your web traffic.
  4. Jamo

    Laptop Hdd

    Does it boot, or does it give a bsod, if, what's the error message. You can try to boot to ubuntu using live DVD/usb stick and there try to see, if you can read/wirte n that partition. If hdd is broken ubuntu will likely to tell it by a way that makes sense.
  5. Jamo

    Cheap Vps

    Privacy, are thy sniffing all my data, Are they going to stay in business for years etc. Is it worth spending money on them.
  6. Jamo

    Cheap Vps

    Hi, I'm looking for cheap virtual private servers. Mainly to be used as VPN and for ssh tunnel. So 256 memory is ok, and 5-10GB hdd works well too. Olny thing I really care, is that they woun't charge extra, if I exceed my bandwidth cap. They can close access to my site till next month. A couple of services I found are; http://fanaticalvps.com/unmetered-vps.php it seems good, Havent yet found any bad reviews and "unlimited" bandwidth i always good. Germany https://www.bhost.net/index.php?vps 1TB monthly bandwidth usage, similar prize, a bit more memory. UK. So do you know any US based service that you might even recommend. Or somewhere else. http://www.justkez.com/reality-of-budget-vps/ Great article about budget VPS's. Would you trust on services mentioned above. Any thoughts?
  7. Well I woulnd call bt5 that secure since its build to penetrate into systems, not to be hacked in. but anyway if you use it remember to add a normal user, don't use it as root, and change root password.I would recommend to turn off any archived you don't need, Apache mySQL etc. Btw are you going to install gr8 on your USB stick. Well I think that you should. There are a lot of tutorials but its really easy, you can do t he install on your laptop, boot to bt5 but instead of installing it to your hdd install it to your USB stick. And make sure that bootloader is going to be installed on your USB stick too.
  8. Hi, Just wanted to post about my newest finding, Linux Installer for android, it installs Ubuntu or debian on your android phone. https://market.android.com/details?id=com.galoula.LinuxInstall&feature=search_result# or search for com.galoula.LinuxInstall Its rather easy way to get ubuntu running on your phone.
  9. Jamo

    Ifconfig To Email

    Well thanks to latest hak5 episode and some google-fu Iv solved my issue, heres the script Iv used: #!/bin/bash cd /home/USER sleep 10 ip4=$(ifconfig | grep "inet") sendemail -f "NAME SHOWN in from field <who@what.com>" -t target@email -u "[MESSAGE TITLE]" -s mail.inet.fi:25 -m "$ip4" echo $(date +%D) --- $(date +%T) >> /home/USER/scriptit/log/ifconfig.log echo >> /home/USER/scriptit/log/ifconfig.log Iv added some logging, but that works. and in crontab Iv added (crontab -e) @ reboot /path/to/that/file.sh
  10. I just got an old pc from a friend and I decided to install ubuntu 11.10 server to it. Its just for ssh , websites. Its connected directly to internet, and it gets public ip address, no NAT. So Iv got it working and I think that I got dyndns working with it too. Ip changes, aften 30+min offline, so I would like to make sure that I would have it's IP information all the time, just in case of dyndns issues :o. So Iv created a script, that will run @restart, always when started. basically that script dumps ifconfig to a file and uses sendEmail to send that file to my email. ifconfig > ifconfigFile sendemail "senders email, destination email, smtp server + ifconfigFile as attachment" Well it's ok, but it would be easier if that ifconfig output would be in messages body, not as an attachment. I would like to have the whole output, as it has teredo installed, so it has ipv4 and ipv6 addresses. so any ideas, how to get ifconfig information sent to email, as the test will be in messages body, not as an attachment.
  11. Well great that you solved your problem, Im using Unlocker without any issues. it just requires admin privileges. http://www.filehippo.com/download_unlocker/ couldn't find its homepage, that's the unlocker I use, there are multiple unlockers similarly named.
  12. If you want to get a desktop PC you should definitely build it yourself. And it you do the research you can get it cheap too. And if your going to buy a laptop, DON'T get a netbook, University Im studying gave us cheap netbooks, and it can barely run chrome + java development environment (Netbeans).
  13. Thanks, Iv found tons of crappy tutorials, which woun't even work, even if I copy/paste them. :D This https://sites.google.com/site/androidappcourse/ is so far the most promising looking place. Well I have a 2 week vacation, so I guess that Ill try to do some android development or learning it. hopefully. It's funny that creating that logic is just a tiny part of the development. And creating gui etc. takes all the time.
  14. Hi, I have started my first year studies in university and as first programming language we will learn java, We have gone through java basics and we can develop some basic apps. Well I have an android phone and most of android apps and made using java. So do you know any good android developing tutorials?
  15. Well 8gb usb stick is like 9.99€ and I bet you would get easier by buying a bigger usb stick. Could you use that installer which basic ubuntu comes with to install bt to your laptop, and is it possible to customize bt disk to remove some packages and then install them later.
  16. I just installed ubuntu 11.10 to mu lifebook s7110. I had my laptop in charger sleeping, I unplugged power cord and opened laptops lid and it woke up and asked password. so far it worked as expected. After entering password desktop showed up. A popup came and told that laptop battery is critically low and it will hibernate. I clicked cancel and it hibernated. After it hibernated, I started my laptop, it woke up and it showed that battery discharging, 2+h left.
  17. I havent yet found any snipping apps for android, except a couple of MITM apps, Network Spofer, https://market.android.com/details?id=uk.digitalsquid.netspoofer&feature=search_result. Shark, for sniffing data going through your device.
  18. Well nmap metasploit can be installed on jailbroken iPhones, but it seems that it doesn't fit to your budget. maybe a second hand android will do it do it for you, although there aren't many hackind apps available. Arp spoofing and packet capture.
  19. Well if you google "hex to ascii" you will fing multiple results. But it may also be possible to use that hex as password. I think that it doesn't need to be asccii to work One that I like is http://home2.paulschou.net/tools/xlate/
  20. Jamo

    Ssh From Ipod

    Yes, Joilbroken i devices have terminal and you can also also get bash. You should install something similar to open-ssh (not server). Or was it terminal. From cydia. I had it, but my iPod is broken, so I cant check.
  21. Jamo

    Pineapple

    I think that ferret and hamster still works. firesheep just made it to the public, that cookies can be stolen. If you are MITM you could also try sslstrip.
  22. To run that script you must make it executable, chmod +x filename and then ./filename. What commands do you use to run sslstrip? And. Are you running it on bt5 or jasager router? If on bt5 what commands do you use?
  23. I dont think hat you could have a upgrading notification on windows's logon screen. Unless you can start a app at that time, its possible tough.
  24. I could say, that if you have any knowledge about mitm (man in the midde) ie. you know the idea, you can use that app. BTw doesnt work with stock rom, 2.2.2 lg optimus 2x but works with CM7 nightlys.
  25. Im back, a week with no internet, except at uni. So I started my first year at University of Helsinki, thats in Finland :D, and they do start computer science studies by teaching us java, so I than its Java. However I studied C programming for a couple of weeks myself and it helped me a lot whit Java. Last year they started by teaching Scala and java, but luckily this year its only java. Next year its possible to learn basics of C.
×
×
  • Create New...