Hi all,
I am new with C# programming.
I need guidance on a program that will sniff HTTPs packets to know that the user has surf https website.
then pipe out to a txt file.
Need assistance.
Thanks alot.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Alvin LooPosted Oct 3, 2010, 6:41 PM
How to explain lei?
Which mean that a user type something at the URL.
The program will do a check.
Check whether is it https url.
If yes, the program will do a output.
I will need to write a C# program that will show the user has access https webpage.
Then pipe out to a txt file.
Output will be something like :
URL: https://www.gmail.com/
Time: 0100hrs 20-Nov-2010
If not then don bother.
Like that understand?
Sorry for my bad explanation.
Sam HobbsPosted Oct 3, 2010, 2:18 PM
Alvin LooPosted Oct 3, 2010, 9:33 AM
Something like.
Me type https://www.gmail.com/ at the browser.
The program will scan the URL see whether has the user key in HTTPS anot. If have the program will output to a txt file.
Something like that. haha.
Sam HobbsPosted Oct 3, 2010, 5:29 AM
Alvin LooPosted Oct 3, 2010, 1:30 AM
I will need to write a C# program that will show the user has access https webpage.
Then pipe out to a txt file.
Output will be something like :
URL: https://www.gmail.com/
Time: 0100hrs 20-Nov-2010
For now its like that. Need help!
I need to add on it into another program.
Sam HobbsPosted Oct 1, 2010, 7:15 PM
Note that there are already packet sniffing tools availalbe; at least two for free. Why can't you use them?