edwingeorge747 Posted May 29, 2015 Posted May 29, 2015 Hello everyone. I want to know whether there is a way to triangulate data from wifi pineapples kept at various locations. I have 2 wifi pineapples and will be using tcpdump to store data. So is there a way to obtain the complete data in one particular file which makes it easy to access it. Quote
mreidiv Posted May 29, 2015 Posted May 29, 2015 If you have both pinapples send the data to a central server then merge the two files on that server with a script. Not sure if that is what you are looking for. Quote
edwingeorge747 Posted June 1, 2015 Author Posted June 1, 2015 How do we send the data to a central server ? Quote
mreidiv Posted June 1, 2015 Posted June 1, 2015 (edited) That all depends on the server you have set up. Do you have a server set up at home? do you have a virtual server? It should'nt be that hard to write a script to send the log files using ftp scp or ssh, to a server you have set up some where and have a script on that server merge them both together. Then you can access both files or the merged file on that server depending if you gave that server web acces or not . I am assuming that both pinapples have web access correct? http://stackoverflow.com/questions/4969641/append-one-file-to-another-in-linux Edit to save face on the FTP part. LOL Edited June 2, 2015 by mreidiv Quote
fringes Posted June 2, 2015 Posted June 2, 2015 Please don't use FTP. (Unless you want everyone that uses Shodan laughing at you.) Use something like SSH (SCP). 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.