Author Topic: making first profesional programm  (Read 1620 times)

0 Members and 1 Guest are viewing this topic.

Offline viper17

  • /dev/null
  • *
  • Posts: 5
  • Cookies: -2
    • View Profile
making first profesional programm
« on: June 30, 2015, 09:06:30 pm »
hello masters  :D i'm new fish in here...
i wanna make something program that can change the ip address when it start like an ip jumper in java language...
but i don't know what is the code exactly to develop my dream... i hope some body in here can give me the light or show me the way to made it... i really beg your pleasure cause my teacher doubt me
anyway i would say thanks about all master's help

cheers

Offline chris

  • EZ's GOD
  • VIP
  • Knight
  • *
  • Posts: 197
  • Cookies: 37
  • What should I put here :(
    • View Profile
Re: making first profesional programm
« Reply #1 on: June 30, 2015, 09:23:17 pm »
hello masters  :D i'm new fish in here...
i wanna make something program that can change the ip address when it start like an ip jumper in java language...
but i don't know what is the code exactly to develop my dream... i hope some body in here can give me the light or show me the way to made it... i really beg your pleasure cause my teacher doubt me
anyway i would say thanks about all master's help

cheers

Usually a good step in programming something is learning how to program......
<chris1> give me a idea of a img to use for a avatar
<HTH> A cock

Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
Re: making first profesional programm
« Reply #2 on: July 01, 2015, 02:00:34 am »
1. Open notepad
2. Type in "ipconfig /release" without quotes and press ENTER
3. Type in "ipconfig /renew" without quotes and save the file
4. When prompted choose "All Files" from the drop down menu and save the application as "IPJumper.bat"
[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry

Offline viper17

  • /dev/null
  • *
  • Posts: 5
  • Cookies: -2
    • View Profile
Re: making first profesional programm
« Reply #3 on: July 01, 2015, 10:15:44 pm »
1. Open notepad
2. Type in "ipconfig /release" without quotes and press ENTER
3. Type in "ipconfig /renew" without quotes and save the file
4. When prompted choose "All Files" from the drop down menu and save the application as "IPJumper.bat"


i'd try your suggest but my ip address doesn't change...have other way?

Offline khofo

  • EZ's Swashbuckler
  • Knight
  • **
  • Posts: 350
  • Cookies: 25
  • My humor is so black, it could go cotton picking.
    • View Profile
Re: making first profesional programm
« Reply #4 on: July 01, 2015, 10:25:17 pm »

i'd try your suggest but my ip address doesn't change...have other way?

Your IP does change,  your local IP on wlan/lan
Quote from: #Evilzone
<Spacecow18> priests are bad ppl
<Insanity> Holy crap
Of course God isnt dead. He's out there partying with the Easter Bunny, Santa Clause, Tooth Fairy, and the Man on the moon...
Some of my work: Introduction to Physical Security

Offline viper17

  • /dev/null
  • *
  • Posts: 5
  • Cookies: -2
    • View Profile
Re: making first profesional programm
« Reply #5 on: July 01, 2015, 10:54:47 pm »
Your IP does change,  your local IP on wlan/lan
FYI i use portable modem to connect internet, and i do check my ip and it doesn't change, dude

Offline gray-fox

  • Knight
  • **
  • Posts: 208
  • Cookies: 52
    • View Profile
Re: making first profesional programm
« Reply #6 on: July 01, 2015, 11:50:43 pm »
FYI i use portable modem to connect internet, and i do check my ip and it doesn't change, dude
FYI, you need to start read some books/tutorials if you actually want to learn programming.. Pick up one  book about networking also...

And forgot this ipjumper stuff.. like shown above it can be scripted in one/few lines depending of OS.

Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
Re: making first profesional programm
« Reply #7 on: July 02, 2015, 03:07:15 am »
FYI, you need to start read some books/tutorials if you actually want to learn programming.. Pick up one  book about networking also...

And forgot this ipjumper stuff.. like shown above it can be scripted in one/few lines depending of OS.


And ISP. The batch file will only work with ISPs that issue out dynamic ips
[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry

Offline viper17

  • /dev/null
  • *
  • Posts: 5
  • Cookies: -2
    • View Profile
Re: making first profesional programm
« Reply #8 on: July 02, 2015, 08:36:59 am »
to all: i already find out that books but i can found my direction can you all suggest to me for referens?
thanks before
« Last Edit: July 02, 2015, 08:37:32 am by viper17 »

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: making first profesional programm
« Reply #9 on: July 02, 2015, 11:31:06 am »
This thread is wrong on so many levels..... Really, all the levels including responses and retorts are all wrong. From initial question to the end, it seems as a troll. All of it wrong and a troll.

I could go into a long winded response, but I think I'll just link some reading martial.

https://www.ietf.org/rfc/rfc2131.txt
>>>import this
-----------------------------

Offline RedBullAddicted

  • VIP
  • Sir
  • *
  • Posts: 519
  • Cookies: 189
    • View Profile
Re: making first profesional programm
« Reply #10 on: July 02, 2015, 11:52:10 am »
And I want to add a link to this paper for initial reading: http://monsterdark.com/wp-content/uploads/PPPoE-vs-DHCP-Juniper-White-Paper.pdf. Should give you a basic idea how public ip addresses are assigned. If you want to change your public address you could try powering off your router and turn it back on again. Maybe you get a new one assigned. Another option would be to "mask" your public IP address for the connection endpoint by using a proxy or a vpn.

I personally do not know how someone would write a program that changes his/her public IP address. In the end it would have to run on the device that actually performs the dial in process.
« Last Edit: July 02, 2015, 11:55:05 am by RedBullAddicted »
Deep into that darkness peering, long I stood there, wondering, fearing, doubting, dreaming dreams no mortal ever dared to dream before. - Edgar Allan Poe

Offline gray-fox

  • Knight
  • **
  • Posts: 208
  • Cookies: 52
    • View Profile
Re: making first profesional programm
« Reply #11 on: July 02, 2015, 12:43:02 pm »
I know techb is propably right about troll but i play a long a bit more still. I kind of thought OP talked about local ip, he didn't exactly mention anywhere that he meant puplic ip as far as i can tell. Even though now i think of it, he most propably did meant that.

I personally do not know how someone would write a program that changes his/her public IP address. In the end it would have to run on the device that actually performs the dial in process.

Not sure about this and don't certainly know this area as well as you do techb &amp; RbA(and thanks for the reading btw.), but if one has dynamic puplic ip assigned by isp and he has router/modem with WAN option dhcp release/renew in the routers admin page. In this case dhcp release/renew is for "releasing" your puplic ip and requesting new one from isp's ip pool, right? Yes there is those lease times+stuff. But as simplified speaking it does kind of same trick as turning device off? So basically one could write scraper to he's router/modem's admin page and automate release/renew from there, so that would kind of do it? It's not all around solution ofc. because admin pages are different and i could be totally wrong of this all. But just kind of wanted throw this idea out..
« Last Edit: July 02, 2015, 12:45:10 pm by gray-fox »