/ Published in: Bash
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
find . \( -name "*.php" \) -exec grep -Hn "[[:blank:]+]eval(base64_decode(.*));" {} \; -exec sed -i 's/[[:blank:]+]eval(base64_decode(.*));//g' {} \;
Comments
 Subscribe to comments
                    Subscribe to comments
                
                