Jump to content

i8igmac

Dedicated Members
  • Posts

    939
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by i8igmac

  1. Get a big cheap shell coolermaster, mine allows easy access for the hard drives to slide in and out. Good fan locations get a solid state drive, only big enough to install your os I would get last years amd 6 core cpu. Good bang for the buck. go big on your video card. cheap on the basics...
  2. Watch "metasploit_Reverse_proxy Android phone" on YouTube metasploit_Reverse_proxy Android nonroot phone: Ill try to explain the best I can... the video needs narration... from a coffee shop holding my droid, ssh into backtrack desktop I have at home. My droid phone starts a reverse ruby proxy on the desktop, my phone then established 2 connections... One of those connections is a local windows machine at the coffee shop that has smb port open 135 The second connection is back to the ruby reverse proxy running on the backtrack desktop... So now there is a tunnle where the backtrack desktop can send data as shown below Backtrack->droidphone->coffee-shop-machine=smb:135-> Now from the droid that has ssh to backtrack , start up metasploit and configure a smb exploit with the proper ports... reverse shell is succesful! All done with simple proxxy work, notice metasploit loads in 5 seconds! Nonroot droid
  3. Your explanation on pixels was a big help. I know what to aim for now... So. If I have a basic table 900x300px... can I place a transparent table of exact size directly over the first table? This second table will have 10 times the ammount of cells for precise clicking locations(hi world from cell x.y)
  4. For a quick picture. This is not exact amount of butons... I would like to overlay these buttons as semi Transparent A image could be placed behind these buttons... at first each button will be hello world by example.. any snippets come to mind that I could play with? Or maybe software? I do appreciate your comments...
  5. My learning's on MITM vs smart phones... Depending on the users habits, facebook, banking, twitter... etc... Does the user browse his facebook with the web browser (sslstrip is fantastic) if the User browse his accounts with a specific application other then the browser then depending on that applications security... sslstrip wont work (I only check facebook app) There are other tools sslsniff and sslsplit The facebook app blinks red ( alert warning ) at my attempts to fake the cert... So. I would like to see some others run test and share what they find... test the popular apps and seewhat plain text you can gather...
  6. So. At this point I'm drawing my home page on a chalkboard... the placement of each button will not be a easy task. Just as example picture a checkers board has 64 square buttons in a digital world... for my game I need 150 buttons placed on the screen, square's and rectangles with no real pattern... any idias to help simplify this task? Maybe a gui?
  7. labtop with decent nvidia graphics card... my 560m gtx 13000 psk I paid a buttload for mine... I'm surr u can find one at that price... just blow out the dust and you will be surprised to see performance boost... "its alive"
  8. checkers is just as example, i will have to check out some ruby web stuff... i figured that stats displayed will come from /users logged/game history/game moves/gold won/etc... i could bypass the use of a database, instead i could use encrypted text files, this would be quicker for me... but im afriad this will be a mistake... file_name_user_bob.stats is_logged_in=true stats=1234 gold=100 games played=50 etc=some otherstuff if i could use ruby 100% of the time would be convenent but maybe a mistake? (im confertable with ruby) (php is possable) (mysql clueless)
  9. just as example, lets say the idea is a checkers game you play with friends for gold... php will take user input send this data to the game.ruby, the game will respond with resaults back to php and also log statistics to mysql. mysql, i will need to fabricate a board to play on for activity logs (my brain hits a brick wall with mysql) i feel i must start with the database.
  10. I plan on devoting Lots of time on building a webserver. im looking for tips and advice... i will first start with vurtualbox and a default install of ubuntu server edition (what os you recomend? anything already configured out of the box? i like deb) My first step i feel is to make a home page as it will be the template for the rest of the way. user registration, i have found some secure examples online multiple device screen size friendly... any advice? as a web dev what is your routine for starting a new site? do you use a framework?
  11. I notice there's a lot to talk about SSLStrip. just for example the droid application for facebook, has anyone had success on preventing ssl on droid applications?
  12. Cooper has good advice
  13. Iptables seem to be the solution. I would like to extend my knowledge on this subject. I have installed ddwrt on a few routers... one feature is iptables... Torrent block with iptables is simple. I would like to see some examples on giving torrent traffic a throttle or low priority
  14. the best results I have found is a driven biquad with a parabolic dish... like a magnified glass can focus a beam of light, a dish can focus this beam for miles... With some instructions on home built parabolic curve, you could accomplish something compact... If you do attempt a build plz share resaults and instructions
  15. when you say nothing happens. this may be working then.... this may be waiting for a connection now. . . can you get on irc. . . my name is i8igmac i have some free time. . . /query i8igmac
  16. nc -l localhost 69 I found this on google 'osx mac netcat'
  17. http://joncraton.org/files/nc111nt.zip some versions suck
  18. http://www.t1shopper.com/tools/port-scan/ Some netcat versions act different nc -l -p 69 or nc -l 69 turn off your firewall just for now... Use the online port scanner above... if you still get no response then recheck your port forwarding may be improper... How many fire walls do u have lol
  19. you have a server and a client... The server application will open a listener port 69... nc -l -p 69 The client will now connect to the server ip and port... nc 192.168.1.101 -p 69 If you are the server then u must port forward... if you are incapable of this task then ask your friend to be the server and port forward his router... I provide you with proper direction. Move forword or move on...
  20. I have told you already... you need to port forward and there will be no problem... Start by typing ipconfig in cmd Http://192.168.1.1 This will log you into your router. Now find the otion for port forwarding or application and gaming. Your router needs to no your local ip and port Once configured start nc -l -p 69 and now with the link below test your port to see if its open http://www.t1shopper.com/tools/port-scan/
  21. what kind of router do u have. Also in cmd type ipconfig You will have to log into your router http://192.168.1.1 Your default User name and password maybe admin:admin You will have to find port forwarding option, and forword port 69 to your local ip as you should see from ipcomfig
  22. on your machine. nc -l -p 69. You must also port forward your router.... Then your friend will have to connect nc yourip -p 69 Onlineport scanner is useful
×
×
  • Create New...