Login
Discover
Waves
Decks
Plus
Login
Signup
tychebe
@tychebe
37
Followers
9
Following
1
Resource Credits
Available
Used
Created
August 15, 2016
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
tychebe
security
2016-10-27 14:39
1
1
$ 0.000
3
2
tychebe
security
2016-10-22 17:05
wefa
fae213
$ 0.000
3
1
tychebe
security
2016-10-16 14:06
a
z
$ 0.000
3
tychebe
security
2016-10-16 07:35
12421412542sergsrehtserg
21312gaesrg
$ 0.192
36
tychebe
security
2016-10-15 12:43
2354u654245u6543
121
$ 0.000
17
6
tychebe
security
2016-09-25 07:54
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
2016-09-25 05:14
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
2016-09-24 11:14
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
2016-09-24 07:59
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
2016-09-22 15:20
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
2016-09-21 14:08
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
2016-09-21 08:41
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
2016-09-19 11:33
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
2016-09-18 13:21
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
2016-09-12 15:07
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
2016-09-01 16:03
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
2016-08-31 15:02
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
2016-08-30 16:16
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
2016-08-28 03:48
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
2016-08-27 12:37
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