| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year |
| seen | Apr 30 at 15:37 | |
| stats | profile views | 31 |
ca51ce1fb15acc6d69b8a5700256172fcc507e02073e6f19592e341bd6508ab8
|
Aug 30 |
comment |
Is not checking the src url a vulnerability? @adric I mean, if you let the user to introduce any valid url in the href, could it be exploited? |
|
Aug 30 |
revised |
Is not checking the src url a vulnerability? added 4 characters in body |
|
Aug 30 |
asked | Is not checking the src url a vulnerability? |
|
Aug 23 |
comment |
Is asymmetric encryption ever recommended for long-term storage? I find your system pretty secure, although let ear some expert's advices... |
|
Aug 23 |
comment |
I'm currently receiving a targeted attack And, could it be a faked sender, using some tools like FakeMailer, so his friend email account has not been compromised, but the attackers knows it, and is trying to phish him? |
|
Aug 22 |
comment |
How to determine if a browser is using an SSL or TLS connection? please, specify what browser you are using |
|
Aug 22 |
awarded | Commentator |
|
Aug 22 |
comment |
how to identify whether my page is phished or normal page? @Polynomial do you mean something like, when the user clicks the submit button, the script changes the action attribute? |
|
Aug 22 |
revised |
how to identify whether my page is phished or normal page? The user has claryfied his question |
|
Aug 22 |
comment |
how to identify whether my page is phished or normal page? @dippu the action attribute could be legitimate, but the phising website could have a script that sends all the information you wrote to other place... |
|
Aug 22 |
comment |
how to identify whether my page is phished or normal page? @vignesh I think that the advice, checking the https, is a good advice, websites with fake https are exceptions, but we could not ignore that possibility. But appart from that, I would concentrate my efforts in making them aware of the risks of internet and, since most of phising cases are perpetrated via email, let them know that they should never open, or click links of, emails from unknown sources, banks (they never send emails), and in general any email that they have not requested. In a nutsell, do not trust your emails. And with chatrooms etc. it is exactly the same. |
|
Aug 22 |
awarded | Teacher |
|
Aug 22 |
answered | how to identify whether my page is phished or normal page? |
|
Aug 22 |
comment |
Where and How is data stored in a session? I added other question: "If I store an object of a class, in wich way is it stored? Like $_SESSION['kart'] = new Kart(10). Could someone get the information stored in that class? How?" Could you explain how the data is stored in these documents? |
|
Aug 22 |
comment |
Instant access to application using token in url @jcubic it is not secure, but forgot brute force, if the url has a long-live token, it could be sniffed or if someone looks the history of the browser, the account would be compromised. Also, have you consider race conditions? if two users gets/requests the url at the same second... time() works with seconds, so you could end up with two users with the same token, and then what? |
|
Aug 22 |
revised |
Where and How is data stored in a session? edited title |
|
Aug 22 |
answered | Instant access to application using token in url |
|
Aug 22 |
revised |
Where and How is data stored in a session? added 161 characters in body |
|
Aug 22 |
asked | Where and How is data stored in a session? |
|
Aug 21 |
comment |
What can a hacker do with an IP address? +1 good metaphor |