Quantcast
Channel: Other – Michał Szałkowski – Blog
Browsing latest articles
Browse All 125 View Live

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 Article


AT&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 Article


Useragent string

http://www.useragentstring.com/ http://www.useragentstring.com/pages/useragentstring.php http://www.useragentstring.com/pages/useragentstring.php?name=All...

View Article

GDB configration

.gdbinit in home dir set disassembly-flavor intel

View Article

Docker 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 Article


Image may be NSFW.
Clik here to view.

Docker 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 Article

Image may be NSFW.
Clik here to view.

OSI Model

https://www.youtube.com/watch?v=HEEnLZV2wGI https://www.youtube.com/watch?v=sVDwG2RdJho All People Seem To Need Data Processing

View Article

Linux 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 Article


Crawling 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 Article


Image may be NSFW.
Clik here to view.

Kibana 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
Browsing latest articles
Browse All 125 View Live