Login Register


Silver [RELEASE] IP2Location tool (.NET) filter_list
Author
Message
[RELEASE] IP2Location tool (.NET) #1
Hi everyone,

So I have been working on this quite some time, but since I have other things to do at the moment and the program already works I thought I would share it already.
The tool "IP2L0C" can load in lists of proxies/IP's and get the location data of them. I tested the accuracy difference with using IP2LOCATION and it was a difference around 25%

The program is less accurate but can handle bigger requests. You can do 10000 checks per hour per ip. Meaning that if you use a VPN you can basically make unlimited requests.
For the people who check the source, YES, there is a LOT of "redundant code", but since the program isn't 100% finished yet I might need some of that code. Updates are coming somewhere this week. There are some errors and some things don't look good yet. This will all be patched. The program functions, which is the most important thing right now.

Screenshots:
Spoiler:
Menu
[Image: yI2YzvW.jpg]

Runtime:
[Image: 5hI8oYx.jpg]

[Image: wopuh23.jpg]
Result:
[Image: HoSw2Xs.jpg]


Next update in : ? days

Download: Click here
Virustotal: Click here
Malwr: Click here
The tool isn't 100% finished yet, but any donations are welcome.
(This post was last modified: 03-17-2017, 10:59 AM by Bish0pQ.)
~~ Might be back? ~~

[+] 2 users Like Bish0pQ's post
Reply

RE: [RELEASE] IP2Location tool (.NET) #2
Vouch.

Downloaded and working perfectly on the Windows platform, namely Windows 10. Quick, stable and responsive.
Good work @Bish0pQ, a job well done with the tool.
[Image: AD83g1A.png]

Reply

RE: [RELEASE] IP2Location tool (.NET) #3
(09-15-2016, 12:43 PM)mothered Wrote: Vouch.

Downloaded and working perfectly on the Windows platform, namely Windows 10. Quick, stable and responsive.
Good work @Bish0pQ, a job well done with the tool.

Thank you. It isn't entirely finished yet. I might even re-write this in python or create a GUI version of it.

In the next update I will also allow users to select what data they want to get. Also some updates to make it look better and slightly faster.

Thanks for your comment mate, always very appreciated.
~~ Might be back? ~~

Reply

RE: [RELEASE] IP2Location tool (.NET) #4
Nice work, You should upload the source on GitHub.
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply

RE: [RELEASE] IP2Location tool (.NET) #5
Thank u buddy, it's nice and good job.
i hope to make it with java too.
Die  But Don't Lie
“Oh Abu Dharr! Don’t look at the smallness of the sin but look at the one you disobeyed.” Prophet Muhammad (pbuh)
[Image: p_237m2jx1.png]
Click for Free VPN

Reply

RE: [RELEASE] IP2Location tool (.NET) #6
You should upload this to Github or Gitlab, would make going through the code much easier. And I haven't taken a look at the code yet, but, I would already recommend using this over your initial menu style:
https://github.com/odus2009/ConsoleKit


Reply

RE: [RELEASE] IP2Location tool (.NET) #7
(09-15-2016, 01:46 PM)Ex094 Wrote: Nice work, You should upload the source on GitHub.

I will, only not yet. As stated above there is a lot of redundant and not needed code. I still have to clean up a bit. Just noticed that the "settings" aren't set either. I was just releasing this already so that people can give some advice. When the client is completely finished I will release it on GitHub and leave furhter adjustments to everyone who likes to.

(09-15-2016, 06:08 PM)Mr.Kurd Wrote: Thank u buddy, it's nice and good job.
i hope to make it with java too.

Thanks for the reply. You could make this in Java if you like. I spend a lot of time in the beginning figuring out how to create this and now it's working, but I still lose a lt of speed and I could make this a lot faster. Maybe in Java it would even run better. Let me know if you'd do this and you'd get anywhere.

(09-15-2016, 09:38 PM)Killpot Wrote: You should upload this to Github or Gitlab, would make going through the code much easier. And I haven't taken a look at the code yet, but, I would already recommend using this over your initial menu style:
https://github.com/odus2009/ConsoleKit

Thank you for your reply and the advice. As stated before, I am not going to upload this on Github yet. I have a plan on how I want to create it and I want to finish it before releasing the source public. Also there is a lot of redundant code and the tool could be a lot better if fully optimized. That's why I'm going to clean it up. Fix the non-working stuff that I want in the program. After that I will upload it to Github and include in this thread.


Also I have written my code in .NET not C/C# so I don't know if the kit you showed is going to work. I might re-write the code in python though. If there would be any improvements but I don't doubt that lol.
(This post was last modified: 09-15-2016, 09:53 PM by Bish0pQ.)
~~ Might be back? ~~

Reply

RE: [RELEASE] IP2Location tool (.NET) #8
(09-15-2016, 09:50 PM)Bish0pQ Wrote: Also I have written my code in .NET not C/C# so I don't know if the kit you showed is going to work. I might re-write the code in python though. If there would be any improvements but I don't doubt that lol.

C is a native language and isn't in the .Net Framework, C# and VB.Net are both apart of the .Net Framework, just google C# to VB.Net Converter and lots of results will pop up. It shouldn't be hard to convert that menu to VB (If that's what you're coding in since .Net itself isn't a language)


Reply

RE: [RELEASE] IP2Location tool (.NET) #9
(09-15-2016, 10:34 PM)Killpot Wrote:
(09-15-2016, 09:50 PM)Bish0pQ Wrote: Also I have written my code in .NET not C/C# so I don't know if the kit you showed is going to work. I might re-write the code in python though. If there would be any improvements but I don't doubt that lol.

C is a native language and isn't in the .Net Framework, C# and VB.Net are both apart of the .Net Framework, just google C# to VB.Net Converter and lots of results will pop up. It shouldn't be hard to convert that menu to VB (If that's what you're coding in since .Net itself isn't a language)

Thanks for the advice, I might do that. First I need to push some basic fixes like the settings and then I will work on the looks/GUI. If you want and if you're interested I can PM you the source code?
~~ Might be back? ~~

Reply

RE: [RELEASE] IP2Location tool (.NET) #10
(09-15-2016, 09:50 PM)Bish0pQ Wrote:
(09-15-2016, 06:08 PM)Mr.Kurd Wrote: Thank u buddy, it's nice and good job.
i hope to make it with java too.

Thanks for the reply. You could make this in Java if you like. I spend a lot of time in the beginning figuring out how to create this and now it's working, but I still lose a lt of speed and I could make this a lot faster. Maybe in Java it would even run better. Let me know if you'd do this and you'd get anywhere.
i really like your advice, But i closed all my project because of my study.
If you will agree, i work on your project with Java after my study(10 Month).
Die  But Don't Lie
“Oh Abu Dharr! Don’t look at the smallness of the sin but look at the one you disobeyed.” Prophet Muhammad (pbuh)
[Image: p_237m2jx1.png]
Click for Free VPN

Reply







Users browsing this thread: 1 Guest(s)