Passwords
https://github.com/danielmiessler/SecLists/tree/master/Passwords https://wiki.skullsecurity.org/index.php?title=Passwords https://dazzlepod.com/site_media/txt/passwords.txt
View ArticleAT&T syntax and Intel syntax
#include <stdio.h> int main() { int i; for(i=0; i < 10; i++) { puts("Hello, world!\n"); } return 0; } objdump -D firstprog | grep -A15 main.: > main_dump_att.txt 000000000040052d...
View ArticleUseragent string
http://www.useragentstring.com/ http://www.useragentstring.com/pages/useragentstring.php http://www.useragentstring.com/pages/useragentstring.php?name=All...
View ArticleDocker postgres & wildfly
JEE Project – http://www.blog.btbw.pl/java/jee-and-flywaydb-wildfly-10-1-0-final/ – https://github.com/szalek/JEE-Hibernate-Deltaspike-Flywaydb All files for this Example you can find on github –...
View ArticleDocker postgres & populate data
Build custom image Dockerfile FROM postgres:9.6.5 ENV POSTGRES_USER docker ENV POSTGRES_PASSWORD docker ENV POSTGRES_DB docker ADD init.sql /docker-entrypoint-initdb.d/ init.sql -- CREATE USER docker;...
View ArticleOSI Model
https://www.youtube.com/watch?v=HEEnLZV2wGI https://www.youtube.com/watch?v=sVDwG2RdJho All People Seem To Need Data Processing
View ArticleLinux Distribution Name and Version
During penetration testing if you gain access to shell probably it will be user with not root privileges. To find correct exploit that will increase your privileges (give you root), you have to learn...
View ArticleCrawling content by wget
Here we will find how to use wget to scrape a target site. The process creates a mirror of the content on the local disk. you can use the tree utility to show the directory structure. Crawling content...
View ArticleKibana dashboard
GitHub https://github.com/szalek/elasticlab How to run goto: docker folder run: ./up.sh How to setup Kibana dashboard run: attack simulator goto: http://localhost:5601/ login: elastic / changeme goto...
View Article