Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
2k views

python http.server module not working over port 80 in Remote File Inclusion exercise

I am doing a pentesting challenge and I am working on one machine that requires gaining access through a Remote File Inclusion vulnerability. In the past I was able to get a webshell by including a ...
Thomas M's user avatar
2 votes
1 answer
2k views

Is Django framework vulnerable to local file inclusion(LFI) and remote file inclusion(RFI)?

Like in php, include() method and allow_url_include can be vulnerable to LFI and RFI. Does django's include is vulnerable to lfi and RFI?
lunatic955's user avatar