Giter VIP home page Giter VIP logo

iptime-wanmac-changeur's Introduction

iptime-wanmac-changeur


좋은 의도에서든 나쁜 의도에서든 외부 IP를 변경해야 하는 경우가 있습니다. IPTIME 공유기를 사용하는 가정의 경우, WAN MAC에 따라 IP를 할당하는 것으로 추정되는 ISP의 정책에 따라 IPTIME 설정에서 MAC 주소를 간단히 바꾸어줌으로써 외부 IP를 변경할 수 있습니다. selenium을 통해 이 작업을 자동화하였습니다. 다음의 코드를 재활용하세요.

import iptime
Driver = iptime.IptimeDriver("root", "root", 10)
for i in range(1, 255):
    for j in range(1, 255):
        Driver.ChangerPartiellement([-1, -1, -1, -1, i, j]) # 각 MAC 주소 자리, -1은 변경하지 않음.
        #
        # foo...
        #

iptime-wanmac-changeur's People

Contributors

sihyunyou avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.