Coder Social home page Coder Social logo

ipv6finder's Introduction

Ipv6Finder

Crawls IPV6 in websites.

Automato

Expressão Regular

    ([0-9aA-fF]{1,4}:){7}([0-9aA-fF]{1,4})

Gramática

S -> [0-9X]A
A -> [0-9X]B | :E
B -> [0-9X]C | :E
C -> [0-9X]D | :E
D -> :E

E -> [0-9X]F
F -> [0-9X]G | :J
G -> [0-9X]H | :J
H -> [0-9X]I | :J
I -> :J

J -> [0-9X]K
K -> [0-9X]L | :O
L -> [0-9X]M | :O
M -> [0-9X]N | :O
N -> :O

O -> [0-9X]P
P -> [0-9X]Q | :T
Q -> [0-9X]R | :T
R -> [0-9X]S | :T
S -> :T

T -> [0-9X]U
U -> [0-9X]V | :Y
V -> [0-9X]W | :Y
W -> [0-9X]X | :Y
X -> :Y

Y -> [0-9X]Z
Z -> [0-9X]A1 | :D1
A1 -> [0-9X]B1 | :D1
B1 -> [0-9X]C1 | :D1
C1 -> :D1

D1 -> [0-9X]E1
E1 -> [0-9X]F1 | :I1
F1 -> [0-9X]G1 | :I1
G1 -> [0-9X]H1 | :I1
H1 -> :I1

I1 -> [0-9X]J1 
J1 -> [0-9X]K1 
K1 -> [0-9X]L1 
L1 -> [0-9X]M1 
M1 -> λ

ipv6finder's People

Contributors

rafaelfcosta avatar

Watchers

James Cloos 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.