Skip to content

Atlassian Confluence CVE-2021-26084 one-liner mass checker

Notifications You must be signed in to change notification settings

1ZRR4H/CVE-2021-26084

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

CVE-2021-26084

Atlassian Confluence CVE-2021-26084 one-liner mass checker

cat confluence_servers.txt | while read host do; do curl --connect-timeout 10 --max-time 60 --path-as-is --silent --insecure --user-agent "Mozilla/5.1 (Windows NT 6.1; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0" "https://$host/pages/createpage-entervariables.action?SpaceKey=x" | grep -q 'action="doenterpagevariables.action"' && printf "$host \033[1;35m Vulnerable\e[0m\n" || printf "$host \033[1;32mOK\e[0m\n"; done;

About

Atlassian Confluence CVE-2021-26084 one-liner mass checker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published