Ausnahme gefangen: SSL certificate problem: certificate is not yet valid ๐Ÿ“Œ Tentacle - A POC Vulnerability Verification And Exploit Framework

๐Ÿ  Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, Blogbeitrรคge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden รœberblick รผber die wichtigsten Aspekte der IT-Sicherheit in einer sich stรคndig verรคndernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch รผbersetzen, erst Englisch auswรคhlen dann wieder Deutsch!

Google Android Playstore Download Button fรผr Team IT Security



๐Ÿ“š Tentacle - A POC Vulnerability Verification And Exploit Framework


๐Ÿ’ก Newskategorie: IT Security Nachrichten
๐Ÿ”— Quelle: feedproxy.google.com


Tentacle is a POC vulnerability verification and exploit framework. It supports free extension of exploits and uses POC scripts. It supports calls to zoomeye, fofa, shodan and other APIs to perform bulk vulnerability verification for multiple targets. (Still in DEV...)

Install
pip3 install -r requestment.txt

Usage
When you run it for the first time, the configuration file conf/tentacle.conf will be generated automatically.
# Show help for tentacle.
python3 tentacle.py --help

# Show all modual, and you can see it in `script` path.
python3 tentacle.py --show

# Show all function of module by -f show or -f help
python3 tentacle.py -m script/web/web_status -f show
python3 tentacle.py -m script/web/web_status -f help

# Load target by iS/iN/iF/iT/iX/iE/gg/sd/ze/ff.
# Scan port and then it will try to send the poc.
python3 tentacle.py -m script/web/web_status -iS www.examples.com # Load target by url or host
python3 tentacle.py -m script/web/web_status -iN 192.168.111.0/24 # Load target by network
python3 tentacle.py -m script/web/web_status -iF target.txt # Load target by file
python3 tentacle.py -m script/web/web_status -iT dcc54c3e1cc2c2e1 # Load target by recode's target
python3 tentacle.py -m script/web/web_status -iX nmap_xml.xml # Load target by nmap.xml
python3 tentacle.py -m script/web/web_status -iE "powered by discuz" # Load target by baidu/bing/360so
python3 tentacle.py -m script/web/web_status -gg 'intext:powered by discuz' # Load target by google api
python3 tentacle.py -m script/web/web_status -sd 'apache' # Load target by shodan api
python3 tentacle.py -m script/web/web_status -ze 'app:weblogic' # Load target by zoomeye api
python3 tentacle.py -m script/web/web_status -ff 'domain="example.com"' # Load target by fofa api

# Load modual by -m (e.g. script/info/web_status,@web)
python3 tentacle.py -iS 127.0.0.1 -m script/web/web_status # Load web_status module
python3 tentacle.py -iS 127.0.0.1 -m @web # Load all module of web path
python3 tentacle.py -iS 127.0.0.1 -m script/web/web_status,@web # Load all module of web path and web_status module
python3 tentacle.py -iS 127.0.0.1 -m "*" # Load all module of script path

# Set port scan scope
python3 tentacle.py -iS 127.0.0.1 -m script/web/web_status # Scan top 150 ports and then perform bulk vulnerability verification for multiple targets.
python3 tentacle.py -iS 127.0.0.1 -m script/web/web_status -sP # Skip port scan and then it will try the default port number server
python3 tentacle.py -iS 127.0.0.1 -m script/web/web_status -lP 80-90,443 # Scan 80-90 ports and 443 port and then perform bulk vulnerability verification for multiple targets.

# Use function of modual by -m and -f (e.g. -m web_status -f prove), and you should make sure the function of module is exist.
python3 tentacle.py -m script/web/web _status -f prove

# Show task's result by -tS
python3 tentacle.py -tS 8d4b37597aaec25e

# Export task's result by -tS to test.xlsx
python3 tentacle.py -tS 8d4b37597aaec25e -o test

# Update by git
python3 tentacle.py --update

Update
  • [2018-11-15] Code refactoring and fix bug.
  • [2019-06-08] Code refactoring and add port scan.
  • [2020-03-15] Code refactoring and add script.

Thanks
  1. Sqlmap
  2. POC-T


...



๐Ÿ“Œ Tentacle - A POC Vulnerability Verification And Exploit Framework


๐Ÿ“ˆ 60.63 Punkte

๐Ÿ“Œ Pocsploit - A Lightweight, Flexible And Novel Open Source Poc Verification Framework


๐Ÿ“ˆ 30.54 Punkte

๐Ÿ“Œ Enjin: Weak Email Verification: Newly Registered Users Can Bypass Email Verification Step and Log In


๐Ÿ“ˆ 24.29 Punkte

๐Ÿ“Œ #0daytoday #Acunetix Web Vulnerability Scanner 10 *.slg Buffer Overflow (PoC) Exploit [#0day #Exploit]


๐Ÿ“ˆ 23.42 Punkte

๐Ÿ“Œ PoC Exploit in Splunk #exploit #vulnerability #infosecnews #cybersecurity


๐Ÿ“ˆ 23.42 Punkte

๐Ÿ“Œ PoC of modifying HexRays AST - This is simple PoC that allows you to define AST pattern you want to process and make some actions with them


๐Ÿ“ˆ 22.55 Punkte

๐Ÿ“Œ Cisco Firepower Threat Defense Image Signature Verification signature verification


๐Ÿ“ˆ 22.5 Punkte

๐Ÿ“Œ Cisco IOS XE Image Verification signature verification [CVE-2020-3209]


๐Ÿ“ˆ 22.5 Punkte

๐Ÿ“Œ ServiceStack up to 5.9.1 JWT Signature Verification signature verification


๐Ÿ“ˆ 22.5 Punkte

๐Ÿ“Œ Tesla Model X up to 2020-11-22 Signature Verification signature verification


๐Ÿ“ˆ 22.5 Punkte

๐Ÿ“Œ phpseclib up to 2.0.30/3.0.6 RSA PKCS#1 v1.5 Signature Verification signature verification


๐Ÿ“ˆ 22.5 Punkte

๐Ÿ“Œ jsrsasign Package up to 10.1.13 on node.js RSA PKCS#1 v1.5 Signature Verification signature verification


๐Ÿ“ˆ 22.5 Punkte

๐Ÿ“Œ Wire up to 3.8.0 on iOS Conversation Verification insufficient verification of data authenticity


๐Ÿ“ˆ 22.5 Punkte

๐Ÿ“Œ Upcoming Contact Key Verification Feature Promises Secure Identity Verification for iMessage


๐Ÿ“ˆ 22.5 Punkte

๐Ÿ“Œ CVE-2020-9283 | x-crypto prior 0.0.0-20200220183623-bac4c82f6975 on Go Signature Verification signature verification (DLA 2402-1)


๐Ÿ“ˆ 22.5 Punkte

๐Ÿ“Œ [Notiz] Jetzt verfรผgbar: Spieleklassiker Day of the Tentacle Remastered


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Day of the Tentacle: Remastered erscheint fรผr den PC am 22. Mรคrz


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ HD-Neuauflage von Day of the Tentacle erschienen


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Day of the Tentacle: Remake des Kult-Adventures erscheint heute


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Day of the Tentacle & CyberGhost fast geschenkt


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ [Notiz] Jetzt verfรผgbar: Spieleklassiker Day of the Tentacle Remastered


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Day of the Tentacle: Kult-Klassiker jetzt auch fรผr iOS zu haben


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Day of the Tentacle: Remastered erscheint fรผr den PC am 22. Mรคrz


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ HD-Neuauflage von Day of the Tentacle erschienen


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Day of the Tentacle: Remake des Kult-Adventures erscheint heute


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Day of the Tentacle & CyberGhost fast geschenkt


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Day of the Tentacle gratis fรผr Twitch-Prime-Nutzer


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Return of the Tentacle โ€“ Prolog: Freie Fan-Fortsetzung des Kultspiels von 1993


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Return of the Tentacle โ€“ Prolog: Inoffizieller Nachfolger des Kultspiels โ€žDay ...


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Day of the Tentacle: Inoff. Nachfolger gratis erhรคltlich


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Day of the Tentacle: Kult-Klassiker jetzt auch fรผr iOS zu haben


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Rache und Weltherrschaft: Fans bringen Day of the Tentacle zurรผck


๐Ÿ“ˆ 21.95 Punkte











matomo