lavalair script holes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • nimeshka
    replied
    yepppZ no body likes to reveals the backdoors exactly.

    Leave a comment:


  • godzilla
    replied
    Originally posted by Richie24 View Post
    heres the shell script
    this shell script not working

    anybody have working shell script

    Leave a comment:


  • crazybrumi
    replied
    Originally posted by ori View Post
    i mixed php and css using a css header in php file
    Code:
    body {background-color:#000; color:#fff; font-family:'Segoe Print', Verdana, Arial; font-size:medium; margin:0px; padding:2px;}
    head {font-size:medium;}
    img {border:0;}
    .img {margin:10px;}
    small, big, i {color:#fff;}
    a, a:active, a:visited, a:hover {color:#3366ff; text-decoration:none;}
    p, div {text-align:center; width:100%;}
    .center { text-align:center; }
    .bold { font-weight:bold; }
    .adblock, .adblock2 { background-image:url("/images/style/adblock_bg.png"); background-repeat:repeat-x; color:#000; margin:2px 0px 2px 0px; padding:2px 0px 2px 0px; }
    .adblock a, .adblock2 a { font-weight:bold; color:#3366ff; }
    .adblock a:hover, .adblock2 a:hover { font-weight:bold; color: #ff0000; }
    .adblock img, .adblock2 img { height:25px; width:150px; }
    .title { color:#fff; padding:2px 0px 2px 0px; background-image:url("/images/style/3366ff_header_bg.png"); background-repeat:repeat-x; background-color:#000; }
    .navi { color:#fff; font-size:small; padding:2px 0px 2px 0px; background-image:url("/images/style/3366ff_footer_bg.png"); background-repeat:repeat-x; background-color:#000; }
    .navi a, .navi a:active, .navi a:visited { color:#000; }
    .navi a:hover { color:#fff; }
    .warn { background-color:#ffe1bb; color:#000; font-size:small; padding:0px 2px 0px 2px; border:1px solid #ff9900; }
    .error { background-color:#fda9a9; color:#000; font-size:small; padding:0px 2px 0px 2px; border:1px solid #ff0000; }
    .ok { background-color:#c1ffc1; color:#000; font-size:small; padding:0px 2px 0px 2px; border:1px solid #00c000; }
    ? just went property source and click on the css link and walla.

    Leave a comment:


  • metulj
    replied
    Originally posted by ori View Post
    my css file is unreadable by browsers as it is a php file lol have look the source for afta-dark.mobi
    well... im not sayin that anyone can see your CSS propertie...
    but(gee theres always this BUT lmao)
    i could copy your site exact css style ;) :P

    Leave a comment:


  • ori
    replied
    i mixed php and css using a css header in php file

    Leave a comment:


  • ori
    replied
    my css file is unreadable by browsers as it is a php file lol have look the source for afta-dark.mobi

    Leave a comment:


  • strikingv
    replied
    i think we can hide css using a sesion variable

    Leave a comment:


  • metulj
    replied
    Originally posted by ori View Post
    well my css changes itself for each user its a neat lil trick using php and also stops ppl seeing ur css file too and stealing ideas
    you cant hide CSS style...

    Leave a comment:


  • ori
    replied
    well my css changes itself for each user its a neat lil trick using php and also stops ppl seeing ur css file too and stealing ideas

    Leave a comment:


  • CreativityKills
    replied
    Yes that. I found a bypass recently.

    Leave a comment:


  • ori
    replied
    css upload? as in cascade style sheets?

    Leave a comment:


  • CreativityKills
    replied
    True wat whitewarrior said, do ur basic protection: quote escapes, upload file scannin renaming n maybe file header validation resizing(for jpegs), sid security and input validation. Any hacker dat can be arsed enuf to go d extra mile must ava gud reason, prolly deserves to hack u, or is not a very cheerful lad lol. I dnt knw about others bt i wont even try to go over d edge just 4 sum crap wap site even tho i can. If its nt watchn my server logs or generating sid or uploading AND ur site isnt prodigits pls im nt interested and i wnt listen 2 ppl dat say "hack my site, lets c if u can" cuz usually d results r d same.
    Oh an N.B No mata how secure u tink ur uploader is PLEASE dnt use CSS upload. DANGER!! Dnt say i didnt warn u lol.

    Leave a comment:


  • ori
    replied
    Originally posted by ozziemale31 View Post
    make a htaccess page with the following in side it

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>

    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>

    <Files images>
    deny from all
    </Files>

    <Files *.php>
    deny from all
    </Files>

    <Files *.php.*>
    deny from all
    </Files>

    <Files *.php.php.*>
    deny from all
    </Files>


    then place it in your share folders this will stop the php pages executing in those folders on your server
    most these dont do anything andrew lol i use this

    PHP Code:
    <FilesMatch "\.(jpe?g|png|gif|bmp|php|mid|mp3|wma|wav|amr|sis|sisx|jar|jad|3gp|mp4|avi|mov|wmv|mpg|mpeg)$">
    Order Deny,Allow
    Deny from all
    </FilesMatch
    then even the file types that are in there cant be located thru url / hotlinking then u just gotto rely on ur uploader to not upload malicious files lol

    Leave a comment:


  • ori
    replied
    1 thing i dont get with shell scripts there php but most decent uploaders wont accept them and calling them say mshell.php.jpg doesnt work unless u can rename the file and thats if the uploader isnt checking content type

    Leave a comment:


  • WhiteWarrior
    replied
    Shell scripts can't do anything if they are moved to a hidden folder and then md5'd and then have to be vaildated before they are moved to the downloads folder..

    and as for image session id stealer thinggy, don't allow images to be added via a link, make all images have to be vaildated and md5'd.. they will still show as normal if there md5'd. and don't allow hotlinking..

    then if you get a noob hacker trying his luck then they will just go away because they wont get anywere... but remember, a good hacker can get into any script! even the most secure scripts they can hack!

    you will always get noob's trying to hack lavalair edits etc.. because they are probably the most saddest people on the internet and get a kick out of hacking lavalair edits and sharing them here.

    "ooohhhh yeah, i hacked lavalair edit, im a top internet hacker"

    hahaha!

    Leave a comment:

Working...
X