amass VS SQLMap

Compare amass vs SQLMap and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
amass SQLMap
19 40
11,069 30,226
3.0% 1.7%
7.5 8.7
24 days ago 20 days ago
Go Python
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

amass

Posts with mentions or reviews of amass. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-29.

SQLMap

Posts with mentions or reviews of SQLMap. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-01.
  • Best Hacking Tools for Beginners 2024
    5 projects | dev.to | 1 Feb 2024
    sqlmap
  • Restful API Testing (my way) with Express, Maria DB, Docker Compose and Github Action
    2 projects | dev.to | 31 Jan 2024
    A few weeks ago, I took a short cyber security course on Udemy. SQL injection was a section of the course. I knew about the concept though, I hadn't tried it. I was planning to make a Restful API server and tried SQL injection using a tool sqlmap, which was introduced in the course. While I could have used existing server code, I decided to build one from scratch. It's been a while since I worked on a Restful API server, and I wanted to refresh my knowledge for learning purposes.
  • [GitHub Action]: Wrappers for sqlmap, bbot and nikto
    3 projects | /r/cybersecurity | 29 May 2023
    Its not that much of a tool than wrappers of few awesome tools that most of you probably know and use today - sqlmap, bbot and nikto.
  • [GitHub Action][Release]: Add DAST and OSINT to your security pipelines
    3 projects | /r/devops | 29 May 2023
    I'm excited to share with you my latest contributions to the GitHub community: a collection of free GitHub Actions designed to streamline and enhance security practices utilizing DAST and OSINT tooling that is widely used - sqlmap, bbot and nikto. There were no GH Actions that I could find, so I made them for my use case, but figured everyone can benefit from those awesome tools.
  • The 36 tools that SaaS can use to keep their product and data safe from criminal hackers (manual research)
    18 projects | /r/SaaS | 22 May 2023
    SQLMap
  • AI-powered Bing Chat spills its secrets via prompt injection attack
    3 projects | news.ycombinator.com | 13 Feb 2023
    It's very interesting that AppSec may now begin to include "prompt injection" attacks as something of relevance.

    Specifically with libraries like LangChain[0] that allow for you to perform complex actions ("What's the weather?" -> makes HTTP request to fetch weather) then we end up in a world where injection attacks can have side effects with security implications.

    I've been thinking about what security might look like for a post-ChatGPT world and how I'd attempt to defend against it. I'd probably start by building a database of attack prompts, kind of like this[1] fuzz list but for AI, then I'd train a second neural net that acts like an adversarial neural network[2] to try to exploit the system based on those payloads. The end result would sort of like SQLMap[3] but for AI systems where it can automatically "leak" hidden prompts and potentially find "bypasses" to escape the sandbox.

    Has anybody else spent any time thinking about how to defend systems against prompt injection attacks that have possible side effects (like making an HTTP request)?

    0: https://langchain.readthedocs.io/en/latest/modules/agents/ex...

    1: https://github.com/1N3/IntruderPayloads

    2: https://en.wikipedia.org/wiki/Generative_adversarial_network

    3: https://sqlmap.org/

  • Pentesting Tools I Use Everyday
    8 projects | dev.to | 7 Feb 2023
    Learn more about sqlmap here: https://sqlmap.org/
  • How attackers use exposed Prometheus server to exploit Kubernetes clusters
    5 projects | dev.to | 2 Dec 2022
    In the first scenario, the exposed application is running on a Kubernetes cluster and the attacker wants to access the data without authorization. The first thing the attacker could check is if the application can be exploited through normal pentesting techniques, for example, with SQLmap the attacker can try to gain access to the data.
  • Web Pentesting Learning - Beginner edition
    4 projects | dev.to | 1 Sep 2022
    sqlmap
  • WebGoat - SQL Injection (advanced) Part 5 - I'm having trouble to get the columns of any table
    2 projects | /r/Pentesting | 15 Aug 2022
    ──(kali㉿kali)-[~/Documents] └─$ sqlmap --threads 10 -r webgoat-sql-register-request.txt -p username_reg -v 1 -D user001 -T SQL_CHALLENGE_USERS --columns ___ __H__ ___ ___[)]_____ ___ ___ {1.6.4#stable} |_ -| . [.] | .'| . | |___|_ [']_|_|_|__,| _| |_|V... |_| https://sqlmap.org [!] legal disclaimer: Usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program [*] starting @ 04:07:48 /2022-08-15/ [04:07:48] [INFO] parsing HTTP request from 'webgoat-sql-register-request.txt' [04:07:48] [INFO] resuming back-end DBMS 'hsqldb' [04:07:48] [INFO] testing connection to the target URL sqlmap resumed the following injection point(s) from stored session: --- Parameter: username_reg (PUT) Type: boolean-based blind Title: AND boolean-based blind - WHERE or HAVING clause Payload: username_reg=Tom' AND 6674=6674 AND 'fIDT'='fIDT&[email protected]&password_reg=1&confirm_password_reg=1 --- [04:07:48] [INFO] the back-end DBMS is HSQLDB back-end DBMS: HSQLDB 1.7.2 [04:07:48] [INFO] fetching columns for table 'SQL_CHALLENGE_USERS' in database 'user001' [04:07:48] [INFO] retrieved: [04:07:49] [WARNING] in case of continuous data retrieval problems you are advised to try a switch '--no-cast' [04:07:49] [ERROR] unable to retrieve the number of columns for table 'SQL_CHALLENGE_USERS' in database 'user001' [04:07:49] [WARNING] unable to retrieve column names for table 'SQL_CHALLENGE_USERS' in database 'user001' do you want to use common column existence check? [y/N/q] [04:07:51] [INFO] fetched data logged to text files under '/home/kali/.local/share/sqlmap/output/localhost' [*] ending @ 04:07:51 /2022-08-15/

What are some alternatives?

When comparing amass and SQLMap you can also consider the following projects:

subfinder - Fast passive subdomain enumeration tool.

nuclei - Fast and customizable vulnerability scanner based on simple YAML based DSL.

assetfinder - Find domains and subdomains related to a given domain

Metasploit - Metasploit Framework

setoolkit - The Social-Engineer Toolkit (SET) repository from TrustedSec - All new versions of SET will be deployed here.

ZAP - The ZAP core project

commix - Automated All-in-One OS Command Injection Exploitation Tool.

masscan - TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.

theHarvester - E-mails, subdomains and names Harvester - OSINT

TCM-Security-Sample-Pentest-Report - Sample pentest report provided by TCM Security

RustScan - 🤖 The Modern Port Scanner 🤖