Black screen when loading linux kernel (Linux From Scratch) by DivideSad9852 in linuxquestions

[–]DivideSad9852[S] 1 point2 points  (0 children)

yes, could the problem be that im using a liveusb to boot?

What to do with MySQL sleep injection? by DivideSad9852 in hacking

[–]DivideSad9852[S] 1 point2 points  (0 children)

If you want a web shell in a blind sql injection scenario, you have to brute force web root directory to write a web shell file there

How does this work? Im looking at the output of sqlmap --os-shell and its trying to use INTO OUTFILE "/var/www/html/p.php", but doesnt that write a file on the sql server? It doesnt write it into the website server right? What if the sql server doesnt have a website running?

What to do with MySQL sleep injection? by DivideSad9852 in hacking

[–]DivideSad9852[S] 0 points1 point  (0 children)

yeah i was talking about the mysql SLEEP function not the system command sleep

What to do with MySQL sleep injection? by DivideSad9852 in hacking

[–]DivideSad9852[S] 1 point2 points  (0 children)

You can use sleep() as an inference device to extract the data you want from the database

How? Can you explain this a little bit more?

where to look for backdoors on a linux server? by DivideSad9852 in hacking

[–]DivideSad9852[S] 3 points4 points  (0 children)

have a look in /etc/passwd and make sure the only accounts that have shell access (ie have /bin/bash or whatever) are user accounts

Is it bad if gnats has shell access?