@intigriti SQL injection :
SELECT * FROM posts WHERE title LIKE '{query}'"
XSS :
return render_template_string(f""" <h2>Results for query "{query}":</h2>
<p>{results}</p> """)
https://t.co/Wea4tLPMvL(debug=True) --> running on debug mode isn't recommended..
Last month, a number sent me malware via an APK titled 'Union Bank Aadhar Update' on Whatsapp.
These typically just lamely forward all SMSes received to steal OTPs, but this one turned out to be a significantly more sophisticated op.
Some notes from taking down a scam network:
We can found a zero address vulnerability.
This may result in loss of tokens , security exploits or other.
constructor(address _stETHAddress, address _lidoContractAddress) { stETH = IERC20(_stETHAddress); lidoContractAddress = _lidoContractAddress; }
The vulnerability is that there's no check to ensure _stETHAddress or _lidoContractAddress aren't zero address (address(0))
@H4ckManac Still thinking about how they work in infecting users' computers via websites..
just changing the "inspection code" or indeed they can infect Windows via the website without any execution.