├── .DS_Store ├── README.md ├── css-data-exfiltration.png ├── exploit.js ├── index.html ├── priority-ok ├── .DS_Store ├── blue.css ├── index.html └── red.css └── priority ├── .DS_Store ├── blue.css ├── index.html └── red.css /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoorivexTeam/CSS-Exfiltration/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoorivexTeam/CSS-Exfiltration/HEAD/README.md -------------------------------------------------------------------------------- /css-data-exfiltration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoorivexTeam/CSS-Exfiltration/HEAD/css-data-exfiltration.png -------------------------------------------------------------------------------- /exploit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoorivexTeam/CSS-Exfiltration/HEAD/exploit.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoorivexTeam/CSS-Exfiltration/HEAD/index.html -------------------------------------------------------------------------------- /priority-ok/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoorivexTeam/CSS-Exfiltration/HEAD/priority-ok/.DS_Store -------------------------------------------------------------------------------- /priority-ok/blue.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoorivexTeam/CSS-Exfiltration/HEAD/priority-ok/blue.css -------------------------------------------------------------------------------- /priority-ok/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoorivexTeam/CSS-Exfiltration/HEAD/priority-ok/index.html -------------------------------------------------------------------------------- /priority-ok/red.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoorivexTeam/CSS-Exfiltration/HEAD/priority-ok/red.css -------------------------------------------------------------------------------- /priority/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoorivexTeam/CSS-Exfiltration/HEAD/priority/.DS_Store -------------------------------------------------------------------------------- /priority/blue.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoorivexTeam/CSS-Exfiltration/HEAD/priority/blue.css -------------------------------------------------------------------------------- /priority/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoorivexTeam/CSS-Exfiltration/HEAD/priority/index.html -------------------------------------------------------------------------------- /priority/red.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoorivexTeam/CSS-Exfiltration/HEAD/priority/red.css --------------------------------------------------------------------------------