Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
A WannaCry documentary that I made [crossposted from r/cybersecurity because of how much support I've been getting there. Hope this sub finds it interesting as well!]
submitted by /u/TechWithShaan
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
A WannaCry documentary that I made [crossposted from r/cybersecurity because of how much support I've been getting there. Hope this sub finds it interesting as well!]
submitted by /u/TechWithShaan
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
A WannaCry documentary that I made [crossposted from...
Posted in r/hacking by u/TechWithShaan • 477 points and 13 comments
HTML Injection — Reflected (GET)-BWAPP
https://that-odd-introvert.medium.com/html-injection-reflected-get-bwapp-d12277952f63?source=rss------bug_bounty-5
https://that-odd-introvert.medium.com/html-injection-reflected-get-bwapp-d12277952f63?source=rss------bug_bounty-5
Description:Continue reading on Medium » (https://that-odd-introvert.medium.com/html-injection-reflected-get-bwapp-d12277952f63?source=rss------bug_bounty-5)
Changing the Email preference of someone.
https://abbaswafa.medium.com/changing-the-email-preference-of-someone-baae247de321?source=rss------bug_bounty-5
Sometime it is a feature but sometime converts into a Reward.Continue reading on Medium » (https://abbaswafa.medium.com/changing-the-email-preference-of-someone-baae247de321?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
https://abbaswafa.medium.com/changing-the-email-preference-of-someone-baae247de321?source=rss------bug_bounty-5
Sometime it is a feature but sometime converts into a Reward.Continue reading on Medium » (https://abbaswafa.medium.com/changing-the-email-preference-of-someone-baae247de321?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
Medium
Changing the Email preference of someone.
Sometime it is a feature but sometime converts into a Reward.
Changing the Email preference of someone.
Sometime it is a feature but sometime converts into a Reward.Continue reading on Medium »
Read more...
Sometime it is a feature but sometime converts into a Reward.Continue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Deepfakes Are on the Rise, but Don't Panic Just Yet
Deepfakes will likely give way to deep suspicion, as users try to sort legitimate media from malicious.
Deepfakes Are on the Rise, but Don't Panic Just Yet
Deepfakes will likely give way to deep suspicion, as users try to sort legitimate media from malicious.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
The emotion behind “All tests passed! You rock”.
https://cdn-images-1.medium.com/max/1200/1*yE_fE1i4i-wBUD7xgHkzRg.jpeg
“Make it work, make it right, make it fast.”
Continue reading on hackgenius »
The emotion behind “All tests passed! You rock”.
https://cdn-images-1.medium.com/max/1200/1*yE_fE1i4i-wBUD7xgHkzRg.jpeg
“Make it work, make it right, make it fast.”
Continue reading on hackgenius »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How to Verify If Your Phone Has Been Hacked
https://cdn-images-1.medium.com/max/1200/0*B5uAG8zPhzEgEALy
And What You Can Do When Your Phone is Hacked
Continue reading on Technology Hits »
___________________________
@hacking_Attack
@Hacking_Video
How to Verify If Your Phone Has Been Hacked
https://cdn-images-1.medium.com/max/1200/0*B5uAG8zPhzEgEALy
And What You Can Do When Your Phone is Hacked
Continue reading on Technology Hits »
___________________________
@hacking_Attack
@Hacking_Video
Medium
How to Verify If Your Phone Has Been Hacked
And What You Can Do When Your Phone is Hacked
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Changing the Email preference of someone.
Sometime it is a feature but sometime converts into a Reward.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Changing the Email preference of someone.
Sometime it is a feature but sometime converts into a Reward.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Changing the Email preference of someone.
Sometime it is a feature but sometime converts into a Reward.
Reflected XSS Vulnerability In Depth
In this article, we will discuss one of the most seen vulnerabilities in web-based applications, which is:- Reflected XSS.Continue reading on Medium »
Read more...
In this article, we will discuss one of the most seen vulnerabilities in web-based applications, which is:- Reflected XSS.Continue reading on Medium »
Read more...
Reflected XSS Vulnerability In Depth
https://gauravgandal.medium.com/reflected-xss-vulnerability-in-depth-6a81bb025fef?source=rss------bug_bounty-5
https://gauravgandal.medium.com/reflected-xss-vulnerability-in-depth-6a81bb025fef?source=rss------bug_bounty-5
In this article, we will discuss one of the most seen vulnerabilities in web-based applications, which is:- Reflected XSS.Continue reading on Medium » (https://gauravgandal.medium.com/reflected-xss-vulnerability-in-depth-6a81bb025fef?source=rss------bug_bounty-5)
Libinjection - SQL / SQLI Tokenizer Parser Analyzer
SQL / SQLI tokenizer parser analyzer. For C and C++ PHP Python Lua Java (external port) LuaJIT/FFI (https://github.com/p0pr0ck5/lua-ffi-libinjection) (external port) See https://www.client9.com/ for details and presentations. Simple example: fingerprint of '%s'\n", state.fingerprint); } return issqli; } ">#include <stdio.h>#include <strings.h>#include <errno.h>#include "libinjection.h"#include "libinjection_sqli.h"int main(int argc, const char* argv){ struct libinjection_sqli_state state; int issqli; const char* input = argv1; size_t slen = strlen(input); /* in real-world, you would url-decode the input, etc */ libinjection_sqli_init(&state, input, slen, FLAGNONE); issqli = libinjection\is_sqli(&state); if (issqli) { fprintf(stderr, "sqli detected with fingerprint of '%s'\n", state.fingerprint); } return issqli;} $ gcc -Wall -Wextra examples.c libinjection_sqli.c$ ./a.out "-1' and 1=1 union/* foo */select load_file('/etc/passwd')--"sqli detected with fingerprint of 's&1UE' More advanced samples: sqli_cli.c reader.c fptool VERSION INFORMATION See CHANGELOG for details. Versions are listed as "major.minor.point" Major are significant changes to the API and/or fingerprint format. Applications will need recompiling and/or refactoring. Minor are C code changes. These may include logical change to detect or suppress optimization changes code refactoring Point releases are purely data changes. These may be safely applied. QUALITY AND DIAGNOSITICS The continuous integration results at https://travis-ci.org/client9/libinjection tests the following: build and unit-tests under GCC build and unit-tests under Clang static analysis using clang static analyzer static analysis using cppcheck checks for memory errors using valgrind code coverage online using coveralls.io EMBEDDING The src directory contains everything, but you only need to copy the following into your source tree: src/libinjection.h src/libinjection_sqli.c src/libinjection_sqli_data.h COPYING Download Libinjection
Read more...
SQL / SQLI tokenizer parser analyzer. For C and C++ PHP Python Lua Java (external port) LuaJIT/FFI (https://github.com/p0pr0ck5/lua-ffi-libinjection) (external port) See https://www.client9.com/ for details and presentations. Simple example: fingerprint of '%s'\n", state.fingerprint); } return issqli; } ">#include <stdio.h>#include <strings.h>#include <errno.h>#include "libinjection.h"#include "libinjection_sqli.h"int main(int argc, const char* argv){ struct libinjection_sqli_state state; int issqli; const char* input = argv1; size_t slen = strlen(input); /* in real-world, you would url-decode the input, etc */ libinjection_sqli_init(&state, input, slen, FLAGNONE); issqli = libinjection\is_sqli(&state); if (issqli) { fprintf(stderr, "sqli detected with fingerprint of '%s'\n", state.fingerprint); } return issqli;} $ gcc -Wall -Wextra examples.c libinjection_sqli.c$ ./a.out "-1' and 1=1 union/* foo */select load_file('/etc/passwd')--"sqli detected with fingerprint of 's&1UE' More advanced samples: sqli_cli.c reader.c fptool VERSION INFORMATION See CHANGELOG for details. Versions are listed as "major.minor.point" Major are significant changes to the API and/or fingerprint format. Applications will need recompiling and/or refactoring. Minor are C code changes. These may include logical change to detect or suppress optimization changes code refactoring Point releases are purely data changes. These may be safely applied. QUALITY AND DIAGNOSITICS The continuous integration results at https://travis-ci.org/client9/libinjection tests the following: build and unit-tests under GCC build and unit-tests under Clang static analysis using clang static analyzer static analysis using cppcheck checks for memory errors using valgrind code coverage online using coveralls.io EMBEDDING The src directory contains everything, but you only need to copy the following into your source tree: src/libinjection.h src/libinjection_sqli.c src/libinjection_sqli_data.h COPYING Download Libinjection
Read more...
GitHub
GitHub - p0pr0ck5/lua-ffi-libinjection: LuaJIT FFI bindings for libinjection
LuaJIT FFI bindings for libinjection. Contribute to p0pr0ck5/lua-ffi-libinjection development by creating an account on GitHub.