Posts by Fabio Sobiecki • 19 points
2 posts
-
0
votes2
answers69
viewsA: Capture traffic with Wireshark
Depending on the restrictions you have, it is also possible to run a tcpdump on the server and save the output to a file and then open it on wireshark and do a more "visual" reading. Maybe you’re…
-
1
votes1
answer48
viewsA: Is it safe to use filter_input to receive password from another page? Should I use a filter or Sanitizer?
Intake sanitization is a safety practice not only for passwords. An attacker, will explore all forms of data entries, to know how to break your application. Even between pages or between systems,…