Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 608  / 3 Years ago, fri, august 6, 2021, 12:09:23

I have a pc that shares internet connection to another device, which is configurated to access it's manufacturers website and get any updates available. Note that this internet sharing is made through my ethernet port and that the device isn't configurable to access any other website.



Are there any methods to get all the data that is passing through my ethernet port and then connect my pc to the device and reproduce exactly what the website sent to the device when I recorded it like making my pc the website?



An Example:




  • Device x Website




    • device : get the website ID

    • site : 0000000XX0Xx00xx0

    • device : get date and time

    • site : 12:30.31-12-2011GMT-4

    • device : download updates if available

    • site : pkg1.zip pkg2.iso pkg3.tar


  • Device x PC




    • device : get the website ID

    • pc : 0000000XX0Xx00xx0

    • device : get date and time

    • pc : 12:30.31-12-2011GMT-4

    • device : download updates if available

    • pc : pkg1.zip pkg2.iso pkg3.tar




So just reproduce the same thing the website sent to the device, but it'll be my pc that will be sending the data.



Thanks for the attention, Rodrigo.


More From » websites

 Answers
0

Sure you can.



Step 1) Get the full site using wget ( see http://www.sonyjose.in/blog/?p=136 ).



2 ) Install and run a webserver like Apache ( https://help.ubuntu.com/10.04/serverguide/C/httpd.html )



3) Put the files downloaded from step 1 in /var/www



4) Ask your friend to access the site from your IP address through a browser. To get the IP address, use the connection information option in your network manager ( top right of your screen ) or use the command ifconfig


[#42694] Saturday, August 7, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dresuitable

Total Points: 69
Total Questions: 116
Total Answers: 122

Location: Honduras
Member since Sun, Dec 26, 2021
2 Years ago
dresuitable questions
Sat, May 15, 21, 04:38, 3 Years ago
Fri, Apr 14, 23, 09:53, 1 Year ago
Tue, May 16, 23, 18:13, 1 Year ago
Sun, Apr 24, 22, 12:59, 2 Years ago
;