All Questions
Tagged with remote-file-inclusion python
2 questions
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 ...
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?