Skip to content

Provide DNS query tools via slack slash command served by PHP Application

Notifications You must be signed in to change notification settings

guiwuff/dnsquery-slack-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#DNS Query Slack Integration

Slack integration with a PHP Web Application provides tools to do DNS Query such as : whois and dig via slack slash command

Query

  • Whois : Check specific domain resgistration lookup
  • Dig : Check entry from DNS
  • Nslookup :

Slack Slash Command

/dns whois domain.tld
/dns dig hostname.domain.tld
/dns nslookup domain.tld

Results

  • Raw
Your Query /dns nslookup webslices.co returns the following results

Server:		8.8.8.8
Address:	8.8.8.8#53

Non-authoritative answer:
Name:	webslices.co
Address: 104.18.35.119
Name:	webslices.co
Address: 104.18.34.119

type /dns nslookup to view the available sub commands
  • Styled

PHP Application

About

Provide DNS query tools via slack slash command served by PHP Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages