• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Web form source code

gigamosh57

Gawd
Joined
May 31, 2001
Messages
787
I am currently looking to gather more information on a company I believe may be attempting to scam my volunteer organization. I don't want to do anything illegal, but I want to find out more contact information about this group.

http://www.hmartinfoundation.com/pages/8/index.htm

Is the web form I'm looking at. How do I find the source code for the web form so I can see where the information is sent and stored? Is that illegal?
 
1) Download Wireshark

2) Start a capture on your NIC

3) Fill-out the form and click send on the website

4) Look at the tcp packets to determine where it is being sent.

I'll go ahead and save you the trouble. It goes to their web provider who is Network Solutions.

*edit
Their IP for that website is 64.246.48.215.
 
1) Download Wireshark

2) Start a capture on your NIC

3) Fill-out the form and click send on the website

4) Look at the tcp packets to determine where it is being sent.

I'll go ahead and save you the trouble. It goes to their web provider who is Network Solutions.

*edit
Their IP for that website is 64.246.48.215.

Its just sending it to the server as it is a standard html post form.
 
Back
Top