capios.ai is a hyperautomation platform that uses AI technology to automate business processes. The platform is designed to help companies increase efficiency and reduce costs by automating routine tasks.
September 2025 Capios.ai has experienced a data breach resulting in 57,820 data Exported
Brcahed by @N1KA
Unique compromised data
id` int NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`email` varchar(255) NOT NULL,
`password` longtext,
`role` enum('0','1') NOT NULL DEFAULT '0',
`picture` varchar(1000) DEFAULT NULL,
`access_token` varchar(500) DEFAULT NULL,
`status` enum('0','1') NOT NULL DEFAULT '0',
`reset_token` varchar(255) DEFAULT NULL,
`reset_token_expiry` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
`stripe_acc_id` varchar(500) DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,