smokinxchronic Posted June 8, 2014 Posted June 8, 2014 hi i am using kali linux, and i am looking for methods on getting ip addresses through flashchat with out having to send links that grab ip addresses. All tips, and methods would be apprecited. I am not looking for you to do the reserch for me just want somewhere to start basically. Quote
i8igmac Posted June 8, 2014 Posted June 8, 2014 Netstat -np scrole to the top of this output and u will see applications established ip's I don't know anything about this chat application but I'm sure you are not directly connected to the other client. So, it you most likely need to send a link u hope they click on... And once u do have there ip I'm sure a simple nmap scan will show all filtered ports. so you may need some social Engineering. exploit the user is better quicker results Quote
THCMinister Posted June 10, 2014 Posted June 10, 2014 Just find a free host that will allow you to run PHP and create a simple page to capture visitor ip and write to a file. Free Web Hosting http://www.000webhost.com/free-php-hosting This variable is for a vistor to a PHP page $_SERVER['REMOTE_ADDR'] Hope this gets you started. Quote
smokinxchronic Posted June 13, 2014 Author Posted June 13, 2014 I am loving the feed back on this, on other forums people just talk smack and laugh at you for wanting to learn something new but on here people seem really nice and helpful. I would like to thank everyone for there idea's so far. And i would love to see more suggestions:) Quote
smokinxchronic Posted June 24, 2014 Author Posted June 24, 2014 any other methods would be appreciated:) Quote
cooper Posted June 24, 2014 Posted June 24, 2014 I also don't know this application, but with regular IRC you have DCC for sending files between users. DCC stands for Direct Client to Client so if you offer an enticing file for download (be creative... Snubs_Wedding_Night_Sextape.torrent or some such ) and look at the netstat output during transmission you should be able to see the transfer which is going directly to the other person's IP address. It won't ben innocuous and still requires action from the recipient (though some have auto-accept turned on for file transfers and redirect them to some quarantine folder) but it does show the recipient's IP. Make sure your file is sufficiently large that you can see the transfer taking place. An alternative to netstat in this scenario is simple wireshark. At some stage the destination address is communicated to you as part of a DCC send. If you can grab that bit of communication from the line using wireshark you won't even have to actually provide the file. Just let it stall. You've got what you wanted. The recipient might complain, but your job is done. Quote
Garda Posted June 24, 2014 Posted June 24, 2014 Not entirely relevant, but I have noticed that people will *almost always* click on links. It's a weird fetish the computer using world has. If you want to mask something, use a URL shortener first. Most of the shortening services offer a simple http based API, if you need it to be automated. Quote
smokinxchronic Posted July 13, 2014 Author Posted July 13, 2014 I am talking about like 123flash chat based websites:) Quote
Black-Assassin Posted July 21, 2014 Posted July 21, 2014 maybe u can try shutting all the softwares that's uses internet and open only the app that r u using and then do netstat -ano see the status. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.