node-dig-dns icon indicating copy to clipboard operation
node-dig-dns copied to clipboard

Use dig command (domain information grope) for DNS queries in node

Results 10 node-dig-dns issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

`await dig(['+trace','ns1.com','@8.8.8.8'], { raw: false })` generates: ![image](https://user-images.githubusercontent.com/22910022/165365599-b21232eb-9704-4440-8400-a9832b3ef3e8.png) which is obviously wrong. i understand it is not easy to parse.. thanks

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Hi, For TXT records that can have whitespaces such as: SPF records: IE: "v=spf1 include:_spf.google.com ~all" Prior to commit this would've been parsed as: dig(['google.com','TXT']).then((res)=>{ console.log(res.answer) }) { domain: 'google.com.',...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

This issue has been generated on-behalf of Mik317 (https://huntr.dev/app/users/Mik317) ## Vulnerability Description I would like to report an `RCE` issue in the `node-dig-dns` module. It allows the execution of arbitrary...

https://huntr.dev/app/users/mufeedvh has fixed a security vulnerability (Command Injection) :hammer:. mufeedvh has been awarded $25 for fixing the vulnerability through the huntr bug bounty program :dollar:. Think you could fix a...

command: `dig www.crowai.com. CAA` Result (cli): ``` ... ;; ANSWER SECTION: www.crowai.com. 299 IN CNAME www.unbouncepages.com. www.unbouncepages.com. 3599 IN CNAME unbouncepages.com. unbouncepages.com. 59 IN CAA 0 issue "comodoca.com" unbouncepages.com. 59...

help wanted