Login
Discover
Waves
Decks
Upgrade
Login
Signup
37
tychebe
Available
Used
Resource Credits
9 Followers
1 Following
August 15, 2016
RSS feed
Blog
Blog
Posts
Comments
Communities
Wallet
Follow
tychebe
security
Thursday, October 27, 2016 2:39 PM
1
1
$ 0.000
3
2
tychebe
security
Saturday, October 22, 2016 5:05 PM
wefa
fae213
$ 0.000
3
1
tychebe
security
Sunday, October 16, 2016 2:06 PM
a
z
$ 0.000
3
tychebe
security
Sunday, October 16, 2016 7:35 AM
12421412542sergsrehtserg
21312gaesrg
$ 0.192
36
tychebe
security
Saturday, October 15, 2016 12:43 PM
2354u654245u6543
121
$ 0.000
17
6
tychebe
security
Sunday, September 25, 2016 7:54 AM
setresuid() function
□ SET Real uid, Effective uid, Saved set-User-ID □ Function that modifies a process's "real UID", "effective UID" and "saved set-user-ID" □ Unprivileged process configures
$ 0.000
4
tychebe
security
Sunday, September 25, 2016 5:14 AM
errno variable
□ Global variable that stores the cause of a error when a function is executed □ Return value can only check whether an error occurred □ If there is no error, 0 is stored. If there is a error, error code
$ 0.000
2
tychebe
security
Saturday, September 24, 2016 11:14 AM
Nebula level02 solution
□ Aim : Execute getflag command with flag02 account and check the message "You have successfully executed getflag on a target account" □ Vulnerability : Refer the previous post(Nebula level02 hint)
$ 0.000
2
tychebe
security
Saturday, September 24, 2016 7:59 AM
asprintf function
□ allocated string printf □ It is function of GNU extensions(No C or POSIX) □ int asprintf(char **strp, const char *fmt, ...) □ It prints the contents of fmt to the strp. As much as the fmt+null's size,
$ 0.000
1
tychebe
security
Thursday, September 22, 2016 3:20 PM
Nebula Level02 hint
[Hint#1] Sticky bit is configured in the flag02 file. [Hint#2] If you execute the flag02 file, You can see the upper result that includes value of USER environment variable. [Hint#3] The flag02 file finally
$ 0.000
1
tychebe
security
Wednesday, September 21, 2016 2:08 PM
Difference between su and su -
□ "su" constitutes authority and minimum environment variables, such as the root account □ "su -" constitutes almost same environment as login shell of the root account □ "su"
$ 0.000
3
tychebe
security
Wednesday, September 21, 2016 8:41 AM
difference between sudo and su
□ su(substitute user) ○ This linux command allows a user to log in as another user Without log out ○ "su" without parameter is same as "su root"(=Login as root) ○ Account password to
$ 0.000
2
tychebe
security
Monday, September 19, 2016 11:33 AM
Method of changing group password policy(group ↔ gshadow)
□ If the group password policy is changed to gshadow, each group's password of group file is changed to x □ grpconv : It is linux command to change password policy(group → gshadow)(The /etc/gshadow file
$ 0.000
3
tychebe
security
Sunday, September 18, 2016 1:21 PM
Method of changing password policy(passwd ↔ shadow)
□ When linux is installed, like the picture above, there is a case that the password is stored in the passwd file □ If the password policy is changed to shadow, each account's password of password file
$ 0.000
3
tychebe
security
Monday, September 12, 2016 3:07 PM
Cyber operation#1 (To construct a sniffer system)
□ General situation ○ You are a information security team leader of a corporation ○ Following orders of CISO, you establish plans, organize TFs and build up systems ○ The security team has 4 information
$ 0.000
4
1
tychebe
security
Thursday, September 1, 2016 4:03 PM
Method of killing all processes of the current shell
□ ps | awk '{print $1}' | xargs kill -9 ○ ps : It prints the running processes ○ | awk '{print $1}' : It prints the first column of the result of ps(=pid) ○ | xargs
$ 0.000
1
tychebe
security
Wednesday, August 31, 2016 3:02 PM
Control panel(.msc) run command list
□ gpedit.msc : To execute group policy □ printmanagement.msc : To execute print management □ rsop.msc : To execute result set of policy □ secpol.msc : To execute local security policy □ fsmgmt.msc : To
$ 0.000
1
tychebe
security
Tuesday, August 30, 2016 4:16 PM
Control panel run command list
□ control : To execute Control panel(=C:\Windows\System32\control.exe) □ appwiz.cpl : To execute programs and features □ control admintools : To execute administrative tools □ control folders : To
$ 0.000
1
tychebe
security
Sunday, August 28, 2016 3:48 AM
Windows run command list
calc : To execute calculation charmap : To execute Character map cleanmgr : To execute disk cleanup manager cmd : To execute command prompt control : To execute control panel dxdiag : To execute directX
$ 0.000
2
tychebe
security
Saturday, August 27, 2016 12:37 PM
Windows Explorer shortcuts list
□ Alt + ← : To go back □ Alt + → : To go forward □ Alt + ↑ : To go to the parent directory □ Alt + Enter : To check selected file(or directory)'s properties □ Alt + D : To select address bar □ Alt
$ 0.000
1