| | | New Member

Group: Forum Members Last Login: Wednesday, March 17, 2010 12:19 PM Posts: 8, Visits: 10 |
| | css tools are required can some body help me about some tools which can be used on a site to hack it. required very urgently .please gurus somebody help me |
| | | | 
Progenic Family

Group: Moderators Last Login: Yesterday @ 4:51 PM Posts: 531, Visits: 3,843 |
| nishanth13 (1/2/2010) css tools are required can some body help me about some tools which can be used on a site to hack it. required very urgently .please gurus somebody help me
lmao
"There can be no justice so long as laws are absolute.
Life itself is an exercise in exceptions."
- Jean-Luc Picard |
| | | | 
Progenic Family

Group: Old Skool Last Login: Sunday, June 27, 2010 5:12 PM Posts: 1,325, Visits: 3,124 |
| http://download.cnet.com/Simple-CSS/3000-10247_4-10349478.html?tag=mncol http://download.cnet.com/CSS-Menu-Generator/3000-2094_4-10801742.html http://download.cnet.com/CSS-Validator/3000-11745_4-10748091.html?tag=mncol You need all three.
-------------
Linux is teh 7337, I can compile stuff by myself and code drivers for my dot matrix printer. |
| | | | 
Progenic Crew

Group: Administrators Last Login: Monday, July 26, 2010 2:34 AM Posts: 2,759, Visits: 38,407 |
| Until now i never really gave a second thought to why they used a X in that acronym.
|
| | | | New Member

Group: Forum Members Last Login: Wednesday, January 27, 2010 8:37 PM Posts: 18, Visits: 49 |
| nishanth13 (1/2/2010) css tools are required can some body help me about some tools which can be used on a site to hack it. required very urgently .please gurus somebody help me
Lol, you're kidding right? Cascading Style Sheets are going to help you hack a website?
There's very few CSS exploitations out there, some designers use JavaScript for hacking in unsupported features CSS cannot achieve alone, I don't think it's the best way to go for defacing a site; in all honesty it's really not worth it.
If you need CSS tools the only tool you'll need is http://www.w3schools.com/Css/default.asp
On the other hand if you have server access to the website you want to hack with css try this:
Find stylesheet.css (or any other .css in the top index)
Edit the file
Go to the last line
Paste this and save:
body{background-color:#000000 !important;color:#000000 !important; display: none !important;}
p,h1,h2,div{font-size:0%; color: #000000 !important;}
img{display: none !important;}
The will make everything look gone.
|
| | | | 
Progenic Family

Group: Moderators Last Login: Yesterday @ 4:51 PM Posts: 531, Visits: 3,843 |
| Overlord (1/24/2010)
nishanth13 (1/2/2010) css tools are required can some body help me about some tools which can be used on a site to hack it. required very urgently .please gurus somebody help me
Lol, you're kidding right? Cascading Style Sheets are going to help you hack a website?
There's very few CSS exploitations out there, some designers use JavaScript for hacking in unsupported features CSS cannot achieve alone, I don't think it's the best way to go for defacing a site; in all honesty it's really not worth it.
If you need CSS tools the only tool you'll need is http://www.w3schools.com/Css/default.asp
On the other hand if you have server access to the website you want to hack with css try this:
Find stylesheet.css (or any other .css in the top index)
Edit the file
Go to the last line
Paste this and save:
body{background-color:#000000 !important;color:#000000 !important; display: none !important;}
p,h1,h2,div{font-size:0% color: #000000 !important;}
img{display: none !important;}
The will make everything look gone.
meh, he could be going for the CSS history hack which could be really useful for targeted CSRF, XSS, and clickjacking attacks
"There can be no justice so long as laws are absolute.
Life itself is an exercise in exceptions."
- Jean-Luc Picard |
| |
|
|