Hide my IP

Talk about any languages right here. Share and discuss source, but don't expect your homework to be done for you.
Post Reply
Grincheux
n00b
Posts: 8
Joined: Mon Jun 29, 2015 12:00 pm

Hide my IP

Post by Grincheux » Thu Jul 16, 2015 3:28 pm

Is it possible in C to write a program for hidding its own ip?

User avatar
Cool_Fire
Not a sandwich
Posts: 1912
Joined: Fri May 09, 2003 1:20 pm
Location: 41 6d 73 74 65 72 64 61 6d
Contact:

Re: Hide my IP

Post by Cool_Fire » Sat Jul 18, 2015 11:48 am

There's socket libraries that support proxies. Using some public proxy is probably be the easiest way. A step up from that would be to bundle a TOR client and use that as your proxy.
If we're breaking the rules, then how come you can't catch us? You can't find us? I know why. Cause, it's ... MAGIC!
Hackerthreads chat, where the party is going 24/7.

tchoustep
n00b
Posts: 2
Joined: Tue May 30, 2017 1:12 pm

Re: Hide my IP

Post by tchoustep » Tue May 30, 2017 1:52 pm

hello
please cool Fire can you explein how to use hundle TOR

User avatar
Cool_Fire
Not a sandwich
Posts: 1912
Joined: Fri May 09, 2003 1:20 pm
Location: 41 6d 73 74 65 72 64 61 6d
Contact:

Re: Hide my IP

Post by Cool_Fire » Wed May 31, 2017 6:07 pm

I'm afraid I have no practical information on this. I would imagine it varies greatly depending on the development environment, application stack and toolchain etc. you are using to build your application.

(Also note that if you want to bundle TOR with your app, it will probably need to be an opensource, GPL-licensed app.)
If we're breaking the rules, then how come you can't catch us? You can't find us? I know why. Cause, it's ... MAGIC!
Hackerthreads chat, where the party is going 24/7.

Post Reply