HTTP / HTTPS Proxy in Purebasic

Just starting out? Need help? Post your questions and find answers here.
KosterNET
User
User
Posts: 34
Joined: Tue Mar 22, 2016 10:08 pm

Re: HTTP / HTTPS Proxy in Purebasic

Post by KosterNET »

You are not creating an other PB Virus I hope? Decrypting passwords and intercepting https-traffic..? :-|
User avatar
idle
Always Here
Always Here
Posts: 5916
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: HTTP / HTTPS Proxy in Purebasic

Post by idle »

KosterNET wrote: Wed Jan 03, 2024 10:49 am You are not creating an other PB Virus I hope? Decrypting passwords and intercepting https-traffic..? :-|
There could be valid reasons to do an https proxy but in conjunction with decrypting browsers passwords it does seem a little dodgy.
lisa_beille
User
User
Posts: 24
Joined: Fri Dec 22, 2023 5:59 pm

Re: HTTP / HTTPS Proxy in Purebasic

Post by lisa_beille »

KosterNET wrote: Wed Jan 03, 2024 10:49 am You are not creating an other PB Virus I hope? Decrypting passwords and intercepting https-traffic..? :-|
hhh no actually i study computer security. for traffic interception it's for the project i'm working on. as for chrome password decrypting it has nothing to do with a virus, i'm just experimenting and trying to understand how it works :D
User avatar
skywalk
Addict
Addict
Posts: 4221
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: HTTP / HTTPS Proxy in Purebasic

Post by skywalk »

You would most likely need wireshark or an equivalent sniffer to debug traffic.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Post Reply