Git Product home page Git Product logo

dns-poisoning-tool's People

Contributors

gr3yc4t avatar mamb4comm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dns-poisoning-tool's Issues

bug

i dont know if u are even maintaning it .

but ..

import DNSPoisoning does not exist .

1, it should be from dns_poisoning import DNSPoisoning (since there is no module call DNSPoisoning )

2, poisoning = DNSPoisoning("dns ip","domain to spoof","ip for domain to spoof")

this will lead to TypeError: init() missing 1 required positional argument: 'authoritative_ns'

now when adding the ns server .

by
authoritative_ns = "ns1.example-server.com."
poisoning = DNSPoisoning("dns ip","domain to spoof","ip for domain to spoof", authoritative_ns)

when trying to launch the attack with poisoning.start_flooding() this will lead to

"Traceback (most recent call last):
File "", line 1, in
File "/home/ubuntu/dns-poisoning-tool/dns_poisoning.py", line 366, in start_flooding
self.log("\nUsing ID from {t.bold}{t.blue}" + str(start_id) + "{t.normal} to {t.bold}{t.blue}" + str(end_id) + "{t.normal}\n",2)
TypeError: () takes 1 positional argument but 2 were given
"

so i am abit confused how to make this work.

all i am trying to do is to update a dns server an unregister domain

if this example would've work

"import DNSPoisoning

poisoning = DNSPoisoning('8.8.8.8', 'www.google.com', '66.66.66.66')
poisoning.start_flooding()
"

i think i would've been happy.

another question.

does it go through all Transaction id ? (from 0 to 65535)

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.