exportTARGET=#Information Gathering by using crt.shIntrusionz3r0X@htb[/htb]$curl-s'https://crt.sh/?q=compucloud.com.mx&output=json'|jq.#Subdomain enumeration by using crt.shIntrusionz3r0X@htb[/htb]$curl-s'https://crt.sh/?q=compucloud.com.mx&output=json'|jq.|grepname|cut-d":"-f2|grep-v"CN="|cut-d'"'-f2|awk'{gsub(/\\n/,"\n");}1;'|sort-u>subdomainlistIntrusionz3r0X@htb[/htb]$foriin$(catsubdomainlist);do host $i|grep"has address"|cut-d""-f1,4;done#Manual DNS enumerationIntrusionz3r0X@htb[/htb]$openssls_client-ign_eof2>/dev/null<<<$'HEAD/HTTP/1.0\r\n\r' -connect "facebook.com:443" | openssl x509 -noout -text | grep 'DNS' | sed -e 's|DNS:|\n|g' -e 's|^\*.*||g' | tr -d ',' | sort -u#Extract the host from dnsIntrusionz3r0X@htb[/htb]$ for i in $(cat subdomainlist | grep -v "*"); do host $i | grep "has address" | sort -u | cut -d " " -f1,4;done#Grep for IPsIntrusionz3r0X@htb[/htb]$ for i in $(cat subdomainlist | grep -v "*");do host $i | grep "has address" | cut -d" " -f4 >> ip-addresses.txt;done#Initializating Shodan toolIntrusionz3r0X@htb[/htb]$ shodan init <api-key># Scan using ShodanIntrusionz3r0X@htb[/htb]$ for i in $(cat ip-addresses.txt);do shodan host $i;done#Fetch all the URLs that the Wayback Machine knows about for a domainIntrusionz3r0X@htb[/htb]$ waybackurls -dates https://facebook.com > waybackurls.txt
Required Skills/Knowledge/Experience:
* 3-10+ years of experience on professional software development projects.
« An active US Government TS/SCI Security Clearance (current SSBI) or eligibility to obtain TS/SCI within nine months.
« Bachelor's degree in computer science/computer engineering with an engineering/math focus or another equivalent field of discipline.
« Experience with one or more object-oriented languages (e.g., Java, C#, C++).
« Experience with one or more scripting languages (e.g., Python, Ruby, PHP, Perl).
« Experience using SQL databases (e.g., PostgreSQL, MySQL, SQL Server, Oracle).
« Experience using ORM frameworks (e.g., SQLAIchemy, Hibernate, Entity Framework).
« Experience using Web frameworks (e.g., Flask, Django, Spring, ASP.NET MVC).
« Proficient with unit testing and test frameworks (e.g., pytest, JUnit, NUnit, xUnit).
« Service-Oriented Architecture (SOA)/microservices & RESTful API design/implementation.
« Familiar and comfortable with Agile Development Processes.
« Familiar and comfortable with Continuous Integration environments.
« Experience with version control systems (e.g., Git, SVN, Mercurial, Perforce).
Desired Skills/Knowledge/ Experience:
« CompTIA Security+ certification (or equivalent).
« Experience with Atlassian suite (Confluence, Jira, Bitbucket).
« Algorithm Development (e.g., Image Processing algorithms).
« Software security.
« Containerization and container orchestration (Docker, Kubernetes, etc.)
« Redis.
« NumPy.