MyBB Community Forums

Full Version: in phpmyadmin i have a file called exploit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
any reason why i have something called exploit in phpmyadmin ?
Erm, delete that table, update to the latest version of MyBB, and change your passwords too.
ok but it is 1.4.9 ( just delet table exploits ) ?
i delted the exploits table
now where or what passwords do i need to worry about ?
You need to worry about where that table came from? Who put it there? What were the fields in the table?
ummm I did not check where that table came from ? It is deleted and everything on that phpmyadmin database and user name and even the admin account name and password were just changed
i do have a back up of it on here my desktop ... would you like to tell me where to go and get it ? i have the sql backup for this table any ideas please so i can show others maybe where this happen ?
If you can open the backup, find where it says CREATE TABLE IF NOT EXIST exploits, paste the chunk of code for that, just so we can see the structure.
--
-- Table structure for table exploits
--

CREATE TABLE exploits (
id int(11) NOT NULL AUTO_INCREMENT,
ip varchar(15) NOT NULL,
string longtext NOT NULL,
violation longtext NOT NULL,
target longtext NOT NULL,
banned int(1) NOT NULL,
datetime datetime NOT NULL,
PRIMARY KEY (id)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table exploits
--


-- --------------------------------------------------------
Was i hacked guys? Thats all i would like to know ...

thanks!